#79382D

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

Shades of Crown Of Thorns #79382D

Tints of Crown Of Thorns #79382D

Color information

#79382D (or 0x79382D) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 38 and 2D. RGB value is (121,56,45). Sum of RGB (Red+Green+Blue) = 121+56+45=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79382D is #86C7D2. Grayscale: #4A4A4A. Windows color (decimal): -8832979 or 2963577. OLE color: 2963577.

HSL color Cylindrical-coordinate representation of color #79382D: hue angle of 8.68º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79382D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1215645-
CMYK00.540.630.53
HSL8.68º45.78%32.55%-
HSV(B)8.68º62.81%47.45%-
XYZ9.777.083.33-
YUV74.18111.53161.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=54.50%
G=25.23%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121564500.540.630.538.6845.7832.55
Hex79382D0363F3592e21
Octal17170550667765115641
Binary111100111100010110101101101111111101011001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79382D; }

 p { color: rgb(121,56,45); }

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

<style>
 a { background-color: #79382D; }

 a { background-color: rgb(121,56,45); }

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

<style>
 span { border-color: #79382D; }

 span { border-color: rgb(121,56,45); }

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