Html Css Color HEX #552C42 Barossa

📋 copy color: '#552C42'

red 85 ◦ green 44 ◦ blue 66

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

Shades of Barossa #552C42

Tints of Barossa #552C42

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.56%

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

R = 43.59%
G = 22.56%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#552C42 (or 0x552C42) is known color: Barossa. HEX triplet: 55, 2C and 42. RGB value is (85,44,66). Sum of RGB (Red+Green+Blue) = 85+44+66=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #552C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C42 is #AAD3BD. Grayscale: #3A3A3A. Windows color (decimal): -11195326 or 4336725. OLE color: 4336725.

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

Color convert

RGB 85 44 66 -
CMYK 0 0.48 0.22 0.67
HSL 327.8º 0.32% 0.25% -
HSV(B) 327.8º 0.48% 0.33% -
XYZ 5.63 4.13 5.65 -
YUV 58.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 85 44 66 0 0.48 0.22 0.67 327.8 0.32 0.25
Hex 55 2C 42 0 30 16 43 148 20 19
Octal 125 54 102 0 60 26 103 510 40 31
Binary 1010101 101100 1000010 0 110000 10110 1000011 101001000 100000 11001

Color Harmonies of #552C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C42

Black with #552C42

Text Example


Text Example

White with #552C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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