#55253D

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

Shades of Barossa #55253D

Tints of Barossa #55253D

Color information

#55253D (or 0x55253D) is unknown color: approx Barossa. HEX triplet: 55, 25 and 3D. RGB value is (85,37,61). Sum of RGB (Red+Green+Blue) = 85+37+61=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55253D is #AADAC2. Grayscale: #363636. Windows color (decimal): -11197123 or 4007253. OLE color: 4007253.

HSL color Cylindrical-coordinate representation of color #55253D: hue angle of 330º 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 #55253D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB853761-
CMYK00.560.280.67
HSL330º39.34%23.92%-
HSV(B)330º56.47%33.33%-
XYZ5.253.594.83-
YUV54.09131.9150.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=46.45%
G=20.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85376100.560.280.6733039.3423.92
Hex55253D0381C4314a2718
Octal1254575070341035124730
Binary1010101100101111101011100011100100001110100101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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