#55233F

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

Shades of Barossa #55233F

Tints of Barossa #55233F

Color information

#55233F (or 0x55233F) is unknown color: approx Barossa. HEX triplet: 55, 23 and 3F. RGB value is (85,35,63). Sum of RGB (Red+Green+Blue) = 85+35+63=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55233F is #AADCC0. Grayscale: #353535. Windows color (decimal): -11197633 or 4137813. OLE color: 4137813.

HSL color Cylindrical-coordinate representation of color #55233F: hue angle of 326.4º 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 #55233F is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB853563-
CMYK00.590.260.67
HSL326.4º41.67%23.53%-
HSV(B)326.4º58.82%33.33%-
XYZ5.243.495.1-
YUV53.14133.56150.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 63 (25% from 255) = 34.43%
R=46.45%
G=19.13%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85356300.590.260.67326.441.6723.53
Hex55233F03B1A431462a18
Octal1254377073321035065230
Binary1010101100011111111011101111010100001110100011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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