#7D382C

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

Shades of Crown Of Thorns #7D382C

Tints of Crown Of Thorns #7D382C

Color information

#7D382C (or 0x7D382C) is unknown color: approx Crown Of Thorns. HEX triplet: 7D, 38 and 2C. RGB value is (125,56,44). Sum of RGB (Red+Green+Blue) = 125+56+44=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D382C is #82C7D3. Grayscale: #4B4B4B. Windows color (decimal): -8570836 or 2898045. OLE color: 2898045.

HSL color Cylindrical-coordinate representation of color #7D382C: hue angle of 8.89º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D382C is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1255644-
CMYK00.550.650.51
HSL8.89º47.93%33.14%-
HSV(B)8.89º64.8%49.02%-
XYZ10.337.373.26-
YUV75.26110.36163.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.56%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=55.56%
G=24.89%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125564400.550.650.518.8947.9333.14
Hex7D382C037413393021
Octal175705406710163116041
Binary1111101111000101100011011110000011100111001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,56,44); }

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

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

 a { background-color: rgb(125,56,44); }

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

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

 span { border-color: rgb(125,56,44); }

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