#55233E

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

Shades of Barossa #55233E

Tints of Barossa #55233E

Color information

#55233E (or 0x55233E) is unknown color: approx Barossa. HEX triplet: 55, 23 and 3E. RGB value is (85,35,62). Sum of RGB (Red+Green+Blue) = 85+35+62=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55233E is #AADCC1. Grayscale: #343434. Windows color (decimal): -11197634 or 4072277. OLE color: 4072277.

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

Color convert

RGB853562-
CMYK00.590.270.67
HSL327.6º41.67%23.53%-
HSV(B)327.6º58.82%33.33%-
XYZ5.223.484.95-
YUV53.03133.06150.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=46.70%
G=19.23%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85356200.590.270.67327.641.6723.53
Hex55233E03B1B431482a18
Octal1254376073331035105230
Binary1010101100011111110011101111011100001110100100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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