Html Css Color HEX #553444 Barossa

📋 copy color: '#553444'

red 85 ◦ green 52 ◦ blue 68

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

Shades of Barossa #553444

Tints of Barossa #553444

RGB

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

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

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

R = 41.46%
G = 25.37%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#553444 (or 0x553444) is known color: Barossa. HEX triplet: 55, 34 and 44. RGB value is (85,52,68). Sum of RGB (Red+Green+Blue) = 85+52+68=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553444 is #AACBBB. Grayscale: #3F3F3F. Windows color (decimal): -11193276 or 4469845. OLE color: 4469845.

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

Color convert

RGB 85 52 68 -
CMYK 0 0.39 0.20 0.67
HSL 330.91º 0.24% 0.27% -
HSV(B) 330.91º 0.39% 0.33% -
XYZ 6.02 4.8 6.08 -
YUV 63.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 85 52 68 0 0.39 0.20 0.67 330.91 0.24 0.27
Hex 55 34 44 0 27 14 43 14B 18 1B
Octal 125 64 104 0 47 24 103 513 30 33
Binary 1010101 110100 1000100 0 100111 10100 1000011 101001011 11000 11011

Color Harmonies of #553444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553444

Black with #553444

Text Example


Text Example

White with #553444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553444; }

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

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

background-color css

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

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

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

border-color css

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

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

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