#7A392D

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

Shades of Crown Of Thorns #7A392D

Tints of Crown Of Thorns #7A392D

Color information

#7A392D (or 0x7A392D) is unknown color: approx Crown Of Thorns. HEX triplet: 7A, 39 and 2D. RGB value is (122,57,45). Sum of RGB (Red+Green+Blue) = 122+57+45=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A392D is #85C6D2. Grayscale: #4B4B4B. Windows color (decimal): -8767187 or 2963834. OLE color: 2963834.

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

Color convert

RGB1225745-
CMYK00.530.630.52
HSL9.35º46.11%32.75%-
HSV(B)9.35º63.11%47.84%-
XYZ9.967.253.36-
YUV75.07111.03161.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.46%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=54.46%
G=25.45%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122574500.530.630.529.3546.1132.75
Hex7A392D0353F3492e21
Octal17271550657764115641
Binary111101011100110110101101011111111101001001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,45); }

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

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

 a { background-color: rgb(122,57,45); }

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

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

 span { border-color: rgb(122,57,45); }

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