#7A392A

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

Shades of Crown Of Thorns #7A392A

Tints of Crown Of Thorns #7A392A

Color information

#7A392A (or 0x7A392A) is unknown color: approx Crown Of Thorns. HEX triplet: 7A, 39 and 2A. RGB value is (122,57,42). Sum of RGB (Red+Green+Blue) = 122+57+42=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A392A is #85C6D5. Grayscale: #4A4A4A. Windows color (decimal): -8767190 or 2767226. OLE color: 2767226.

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

Color convert

RGB1225742-
CMYK00.530.660.52
HSL11.25º48.78%32.16%-
HSV(B)11.25º65.57%47.84%-
XYZ9.917.233.06-
YUV74.72109.53161.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=55.20%
G=25.79%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122574200.530.660.5211.2548.7832.16
Hex7A392A0354234b3120
Octal172715206510264136140
Binary1111010111001101010011010110000101101001011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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