#55293E

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

Shades of Barossa #55293E

Tints of Barossa #55293E

Color information

#55293E (or 0x55293E) is unknown color: approx Barossa. HEX triplet: 55, 29 and 3E. RGB value is (85,41,62). Sum of RGB (Red+Green+Blue) = 85+41+62=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55293E is #AAD6C1. Grayscale: #383838. Windows color (decimal): -11196098 or 4073813. OLE color: 4073813.

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

Color convert

RGB854162-
CMYK00.520.270.67
HSL331.36º34.92%24.71%-
HSV(B)331.36º51.76%33.33%-
XYZ5.413.865.02-
YUV56.55131.08148.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=45.21%
G=21.81%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85416200.520.270.67331.3634.9224.71
Hex55293E0341B4314b2319
Octal1255176064331035134331
Binary1010101101001111110011010011011100001110100101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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