#55243E

Color #55243E Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #55243E

Tints of Barossa #55243E

Color information

#55243E (or 0x55243E) is unknown color: approx Barossa. HEX triplet: 55, 24 and 3E. RGB value is (85,36,62). Sum of RGB (Red+Green+Blue) = 85+36+62=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55243E is #AADBC1. Grayscale: #353535. Windows color (decimal): -11197378 or 4072533. OLE color: 4072533.

HSL color Cylindrical-coordinate representation of color #55243E: hue angle of 328.16º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55243E is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB853662-
CMYK00.580.270.67
HSL328.16º40.5%23.73%-
HSV(B)328.16º57.65%33.33%-
XYZ5.253.544.96-
YUV53.61132.73150.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=46.45%
G=19.67%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85366200.580.270.67328.1640.523.73
Hex55243E03A1B431482818
Octal1254476072331035105030
Binary1010101100100111110011101011011100001110100100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55243E; }

 p { color: rgb(85,36,62); }

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

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

 a { background-color: rgb(85,36,62); }

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

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

 span { border-color: rgb(85,36,62); }

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