#55253E

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

Shades of Barossa #55253E

Tints of Barossa #55253E

Color information

#55253E (or 0x55253E) is unknown color: approx Barossa. HEX triplet: 55, 25 and 3E. RGB value is (85,37,62). Sum of RGB (Red+Green+Blue) = 85+37+62=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55253E is #AADAC1. Grayscale: #363636. Windows color (decimal): -11197122 or 4072789. OLE color: 4072789.

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

Color convert

RGB853762-
CMYK00.560.270.67
HSL328.75º39.34%23.92%-
HSV(B)328.75º56.47%33.33%-
XYZ5.283.64.97-
YUV54.2132.4149.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=46.20%
G=20.11%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85376200.560.270.67328.7539.3423.92
Hex55253E0381B431492718
Octal1254576070331035114730
Binary1010101100101111110011100011011100001110100100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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