#793C31

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

Shades of Crown Of Thorns #793C31

Tints of Crown Of Thorns #793C31

Color information

#793C31 (or 0x793C31) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 3C and 31. RGB value is (121,60,49). Sum of RGB (Red+Green+Blue) = 121+60+49=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #793C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C31 is #86C3CE. Grayscale: #4D4D4D. Windows color (decimal): -8831951 or 3226745. OLE color: 3226745.

HSL color Cylindrical-coordinate representation of color #793C31: hue angle of 9.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793C31 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1216049-
CMYK00.500.600.53
HSL9.17º42.35%33.33%-
HSV(B)9.17º59.5%47.45%-
XYZ10.067.523.83-
YUV76.98112.21159.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=52.61%
G=26.09%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121604900.500.600.539.1742.3533.33
Hex793C310323C3592a21
Octal17174610627465115241
Binary111100111110011000101100101111001101011001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793C31; }

 p { color: rgb(121,60,49); }

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

<style>
 a { background-color: #793C31; }

 a { background-color: rgb(121,60,49); }

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

<style>
 span { border-color: #793C31; }

 span { border-color: rgb(121,60,49); }

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