Html Css Color HEX #553144 Barossa

📋 copy color: '#553144'

red 85 ◦ green 49 ◦ blue 68

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

Shades of Barossa #553144

Tints of Barossa #553144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.26%

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

R = 42.08%
G = 24.26%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#553144 (or 0x553144) is known color: Barossa. HEX triplet: 55, 31 and 44. RGB value is (85,49,68). Sum of RGB (Red+Green+Blue) = 85+49+68=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553144 is #AACEBB. Grayscale: #3D3D3D. Windows color (decimal): -11194044 or 4469077. OLE color: 4469077.

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

Color convert

RGB 85 49 68 -
CMYK 0 0.42 0.20 0.67
HSL 328.33º 0.27% 0.26% -
HSV(B) 328.33º 0.42% 0.33% -
XYZ 5.89 4.55 6.04 -
YUV 61.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 85 49 68 0 0.42 0.20 0.67 328.33 0.27 0.26
Hex 55 31 44 0 2A 14 43 148 1B 1A
Octal 125 61 104 0 52 24 103 510 33 32
Binary 1010101 110001 1000100 0 101010 10100 1000011 101001000 11011 11010

Color Harmonies of #553144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553144

Black with #553144

Text Example


Text Example

White with #553144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553144; }

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

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

background-color css

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

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

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

border-color css

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

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

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