Html Css Color HEX #553445 Barossa

📋 copy color: '#553445'

red 85 ◦ green 52 ◦ blue 69

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

Shades of Barossa #553445

Tints of Barossa #553445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 41.26%
G = 25.24%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#553445 (or 0x553445) is known color: Barossa. HEX triplet: 55, 34 and 45. RGB value is (85,52,69). Sum of RGB (Red+Green+Blue) = 85+52+69=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553445 is #AACBBA. Grayscale: #3F3F3F. Windows color (decimal): -11193275 or 4535381. OLE color: 4535381.

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

Color convert

RGB 85 52 69 -
CMYK 0 0.39 0.19 0.67
HSL 329.09º 0.24% 0.27% -
HSV(B) 329.09º 0.39% 0.33% -
XYZ 6.05 4.82 6.24 -
YUV 63.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 85 52 69 0 0.39 0.19 0.67 329.09 0.24 0.27
Hex 55 34 45 0 27 13 43 149 18 1B
Octal 125 64 105 0 47 23 103 511 30 33
Binary 1010101 110100 1000101 0 100111 10011 1000011 101001001 11000 11011

Color Harmonies of #553445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553445

Black with #553445

Text Example


Text Example

White with #553445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553445; }

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

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

background-color css

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

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

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

border-color css

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

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

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