#7E3B2D

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

Shades of Crown Of Thorns #7E3B2D

Tints of Crown Of Thorns #7E3B2D

Color information

#7E3B2D (or 0x7E3B2D) is unknown color: approx Crown Of Thorns. HEX triplet: 7E, 3B and 2D. RGB value is (126,59,45). Sum of RGB (Red+Green+Blue) = 126+59+45=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3B2D is #81C4D2. Grayscale: #4D4D4D. Windows color (decimal): -8504531 or 2964350. OLE color: 2964350.

HSL color Cylindrical-coordinate representation of color #7E3B2D: hue angle of 10.37º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E3B2D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1265945-
CMYK00.530.640.51
HSL10.37º47.37%33.53%-
HSV(B)10.37º64.29%49.41%-
XYZ10.647.753.42-
YUV77.44109.7162.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.78%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=54.78%
G=25.65%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126594500.530.640.5110.3747.3733.53
Hex7E3B2D0354033a2f22
Octal176735506510063125742
Binary1111110111011101101011010110000001100111010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,59,45); }

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

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

 a { background-color: rgb(126,59,45); }

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

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

 span { border-color: rgb(126,59,45); }

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