#733931

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

Shades of Crown Of Thorns #733931

Tints of Crown Of Thorns #733931

Color information

#733931 (or 0x733931) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 39 and 31. RGB value is (115,57,49). Sum of RGB (Red+Green+Blue) = 115+57+49=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733931 is #8CC6CE. Grayscale: #494949. Windows color (decimal): -9225935 or 3225971. OLE color: 3225971.

HSL color Cylindrical-coordinate representation of color #733931: hue angle of 7.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733931 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1155749-
CMYK00.500.570.55
HSL7.27º40.24%32.16%-
HSV(B)7.27º57.39%45.1%-
XYZ9.096.793.74-
YUV73.43114.22157.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=52.04%
G=25.79%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115574900.500.570.557.2740.2432.16
Hex733931032393772820
Octal1637161062716775040
Binary11100111110011100010110010111001110111111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733931; }

 p { color: rgb(115,57,49); }

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

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

 a { background-color: rgb(115,57,49); }

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

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

 span { border-color: rgb(115,57,49); }

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