#783B31

Color #783B31 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #783B31

Tints of Crown Of Thorns #783B31

Color information

#783B31 (or 0x783B31) is unknown color: approx Crown Of Thorns. HEX triplet: 78, 3B and 31. RGB value is (120,59,49). Sum of RGB (Red+Green+Blue) = 120+59+49=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #783B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783B31 is #87C4CE. Grayscale: #4C4C4C. Windows color (decimal): -8897743 or 3226488. OLE color: 3226488.

HSL color Cylindrical-coordinate representation of color #783B31: hue angle of 8.45º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783B31 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1205949-
CMYK00.510.590.53
HSL8.45º42.01%33.14%-
HSV(B)8.45º59.17%47.06%-
XYZ9.867.343.8-
YUV76.1112.71159.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=52.63%
G=25.88%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120594900.510.590.538.4542.0133.14
Hex783B310333B3582a21
Octal17073610637365105241
Binary111100011101111000101100111110111101011000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783B31; }

 p { color: rgb(120,59,49); }

 H1.HeaderClassName
 {
   color: #783B31;
 }
 .AnyTagClassName
 {
   color: #783B31;
 }
</style>
background-color css

<style>
 a { background-color: #783B31; }

 a { background-color: rgb(120,59,49); }

 div.DivClassName
 {
   background-color: #783B31;
 }
 .BgClassName
 {
   background-color: #783B31;
 }
</style>
border-color css

<style>
 span { border-color: #783B31; }

 span { border-color: rgb(120,59,49); }

 td.TdClassName
 {
   border-color: #783B31;
 }
 .TagClassName
 {
   border-color: #783B31;
 }
</style>