#7A362F

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

Shades of Crown Of Thorns #7A362F

Tints of Crown Of Thorns #7A362F

Color information

#7A362F (or 0x7A362F) is unknown color: approx Crown Of Thorns. HEX triplet: 7A, 36 and 2F. RGB value is (122,54,47). Sum of RGB (Red+Green+Blue) = 122+54+47=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A362F is #85C9D0. Grayscale: #494949. Windows color (decimal): -8767953 or 3094138. OLE color: 3094138.

HSL color Cylindrical-coordinate representation of color #7A362F: hue angle of 5.6º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A362F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB1225447-
CMYK00.560.610.52
HSL5.6º44.38%33.14%-
HSV(B)5.6º61.48%47.84%-
XYZ9.866.983.52-
YUV73.53113.03162.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.71%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=54.71%
G=24.22%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122544700.560.610.525.644.3833.14
Hex7A362F0383D3462c21
Octal1726657070756465441
Binary11110101101101011110111000111101110100110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A362F; }

 p { color: rgb(122,54,47); }

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

<style>
 a { background-color: #7A362F; }

 a { background-color: rgb(122,54,47); }

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

<style>
 span { border-color: #7A362F; }

 span { border-color: rgb(122,54,47); }

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