#733A31

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

Shades of Crown Of Thorns #733A31

Tints of Crown Of Thorns #733A31

Color information

#733A31 (or 0x733A31) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3A and 31. RGB value is (115,58,49). Sum of RGB (Red+Green+Blue) = 115+58+49=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #733A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A31 is #8CC5CE. Grayscale: #4A4A4A. Windows color (decimal): -9225679 or 3226227. OLE color: 3226227.

HSL color Cylindrical-coordinate representation of color #733A31: hue angle of 8.18º 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 #733A31 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1155849-
CMYK00.500.570.55
HSL8.18º40.24%32.16%-
HSV(B)8.18º57.39%45.1%-
XYZ9.146.893.75-
YUV74.02113.88157.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=51.80%
G=26.13%
B=22.07%

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
Decimal115584900.500.570.558.1840.2432.16
Hex733A31032393782820
Octal16372610627167105040
Binary111001111101011000101100101110011101111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A31; }

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

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

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

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

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

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

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

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