#733A33

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

Shades of Crown Of Thorns #733A33

Tints of Crown Of Thorns #733A33

Color information

#733A33 (or 0x733A33) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3A and 33. RGB value is (115,58,51). Sum of RGB (Red+Green+Blue) = 115+58+51=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #733A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A33 is #8CC5CC. Grayscale: #4A4A4A. Windows color (decimal): -9225677 or 3357299. OLE color: 3357299.

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

Color convert

RGB1155851-
CMYK00.500.560.55
HSL6.56º38.55%32.55%-
HSV(B)6.56º55.65%45.1%-
XYZ9.186.913.98-
YUV74.24114.88157.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=51.34%
G=25.89%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115585100.500.560.556.5638.5532.55
Hex733A33032383772721
Octal1637263062706774741
Binary11100111110101100110110010111000110111111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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