Html Css Color HEX #553446 Barossa

📋 copy color: '#553446'

red 85 ◦ green 52 ◦ blue 70

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

Shades of Barossa #553446

Tints of Barossa #553446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 41.06%
G = 25.12%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#553446 (or 0x553446) is known color: Barossa. HEX triplet: 55, 34 and 46. RGB value is (85,52,70). Sum of RGB (Red+Green+Blue) = 85+52+70=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553446 is #AACBB9. Grayscale: #3F3F3F. Windows color (decimal): -11193274 or 4600917. OLE color: 4600917.

HSL color Cylindrical-coordinate representation of color #553446: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553446 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 70 -
CMYK 0 0.39 0.18 0.67
HSL 327.27º 0.24% 0.27% -
HSV(B) 327.27º 0.39% 0.33% -
XYZ 6.08 4.83 6.41 -
YUV 63.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 85 52 70 0 0.39 0.18 0.67 327.27 0.24 0.27
Hex 55 34 46 0 27 12 43 147 18 1B
Octal 125 64 106 0 47 22 103 507 30 33
Binary 1010101 110100 1000110 0 100111 10010 1000011 101000111 11000 11011

Color Harmonies of #553446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553446

Black with #553446

Text Example


Text Example

White with #553446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553446; }

 p { color: rgb(85,52,70); }

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

background-color css

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

 a { background-color: rgb(85,52,70); }

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

border-color css

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

 span { border-color: rgb(85,52,70); }

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