#733B33

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

Shades of Crown Of Thorns #733B33

Tints of Crown Of Thorns #733B33

Color information

#733B33 (or 0x733B33) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3B and 33. RGB value is (115,59,51). Sum of RGB (Red+Green+Blue) = 115+59+51=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #733B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B33 is #8CC4CC. Grayscale: #4A4A4A. Windows color (decimal): -9225421 or 3357555. OLE color: 3357555.

HSL color Cylindrical-coordinate representation of color #733B33: hue angle of 7.5º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #733B33 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1155951-
CMYK00.490.560.55
HSL7.5º38.55%32.55%-
HSV(B)7.5º55.65%45.1%-
XYZ9.237.014-
YUV74.83114.55156.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=51.11%
G=26.22%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115595100.490.560.557.538.5532.55
Hex733B33031383782721
Octal16373630617067104741
Binary111001111101111001101100011110001101111000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,59,51); }

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

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

 a { background-color: rgb(115,59,51); }

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

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

 span { border-color: rgb(115,59,51); }

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