Html Css Color HEX #552C44 Barossa

📋 copy color: '#552C44'

red 85 ◦ green 44 ◦ blue 68

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

Shades of Barossa #552C44

Tints of Barossa #552C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.52%

R = 43.15%
G = 22.34%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#552C44 (or 0x552C44) is known color: Barossa. HEX triplet: 55, 2C and 44. RGB value is (85,44,68). Sum of RGB (Red+Green+Blue) = 85+44+68=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #552C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C44 is #AAD3BB. Grayscale: #3A3A3A. Windows color (decimal): -11195324 or 4467797. OLE color: 4467797.

HSL color Cylindrical-coordinate representation of color #552C44: hue angle of 324.88º 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 #552C44 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 68 -
CMYK 0 0.48 0.20 0.67
HSL 324.88º 0.32% 0.25% -
HSV(B) 324.88º 0.48% 0.33% -
XYZ 5.69 4.15 5.97 -
YUV 59 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 85 44 68 0 0.48 0.20 0.67 324.88 0.32 0.25
Hex 55 2C 44 0 30 14 43 145 20 19
Octal 125 54 104 0 60 24 103 505 40 31
Binary 1010101 101100 1000100 0 110000 10100 1000011 101000101 100000 11001

Color Harmonies of #552C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C44

Black with #552C44

Text Example


Text Example

White with #552C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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