Html Css Color HEX #553242 Barossa

📋 copy color: '#553242'

red 85 ◦ green 50 ◦ blue 66

#553242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #553242

Tints of Barossa #553242

RGB

 RED value IS 85 (33.59% from 255) = 42.29%

 GREEN value IS 50 (19.92% from 255) = 24.88%

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 42.29%
G = 24.88%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553242 (or 0x553242) is known color: Barossa. HEX triplet: 55, 32 and 42. RGB value is (85,50,66). Sum of RGB (Red+Green+Blue) = 85+50+66=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553242 is #AACDBD. Grayscale: #3E3E3E. Windows color (decimal): -11193790 or 4338261. OLE color: 4338261.

HSL color Cylindrical-coordinate representation of color #553242: hue angle of 332.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553242 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 66 -
CMYK 0 0.41 0.22 0.67
HSL 332.57º 0.26% 0.26% -
HSV(B) 332.57º 0.41% 0.33% -
XYZ 5.87 4.61 5.73 -
YUV 62.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 85 50 66 0 0.41 0.22 0.67 332.57 0.26 0.26
Hex 55 32 42 0 29 16 43 14D 1A 1A
Octal 125 62 102 0 51 26 103 515 32 32
Binary 1010101 110010 1000010 0 101001 10110 1000011 101001101 11010 11010

Color Harmonies of #553242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553242

Black with #553242

Text Example


Text Example

White with #553242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553242; }

 p { color: rgb(85,50,66); }

 H1.HeaderClassName
 {
   color: #553242;
 }
 .AnyTagClassName
 {
   color: #553242;
 }
</style>

background-color css

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

 a { background-color: rgb(85,50,66); }

 div.DivClassName
 {
   background-color: #553242;
 }
 .BgClassName
 {
   background-color: #553242;
 }
</style>

border-color css

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

 span { border-color: rgb(85,50,66); }

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