Html Css Color HEX #552942 Barossa

📋 copy color: '#552942'

red 85 ◦ green 41 ◦ blue 66

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

Shades of Barossa #552942

Tints of Barossa #552942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

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

R = 44.27%
G = 21.35%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#552942 (or 0x552942) is known color: Barossa. HEX triplet: 55, 29 and 42. RGB value is (85,41,66). Sum of RGB (Red+Green+Blue) = 85+41+66=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #552942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552942 is #AAD6BD. Grayscale: #383838. Windows color (decimal): -11196094 or 4335957. OLE color: 4335957.

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

Color convert

RGB 85 41 66 -
CMYK 0 0.52 0.22 0.67
HSL 325.91º 0.35% 0.25% -
HSV(B) 325.91º 0.52% 0.33% -
XYZ 5.52 3.91 5.62 -
YUV 57.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 85 41 66 0 0.52 0.22 0.67 325.91 0.35 0.25
Hex 55 29 42 0 34 16 43 146 23 19
Octal 125 51 102 0 64 26 103 506 43 31
Binary 1010101 101001 1000010 0 110100 10110 1000011 101000110 100011 11001

Color Harmonies of #552942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552942

Black with #552942

Text Example


Text Example

White with #552942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552942; }

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

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

background-color css

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

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

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

border-color css

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

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

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