#7d3b31

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

Shades of Crown Of Thorns #7D3B31

Tints of Crown Of Thorns #7D3B31

Color information

#7D3B31 (or 0x7D3B31) is unknown color: approx Crown Of Thorns. HEX triplet: 7D, 3B and 31. RGB value is (125,59,49). Sum of RGB (Red+Green+Blue) = 125+59+49=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3B31 is #82C4CE. Grayscale: #4D4D4D. Windows color (decimal): -8570063 or 3226493. OLE color: 3226493.

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

Color convert

RGB1255949-
CMYK00.530.610.51
HSL7.89º43.68%34.12%-
HSV(B)7.89º60.8%49.02%-
XYZ10.587.713.84-
YUV77.59111.87161.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.65%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=53.65%
G=25.32%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125594900.530.610.517.8943.6834.12
Hex7D3B310353D3382c22
Octal17573610657563105442
Binary111110111101111000101101011111011100111000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d3b31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,59,49); }

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

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

 a { background-color: rgb(125,59,49); }

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

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

 span { border-color: rgb(125,59,49); }

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