Html Css Color HEX #553043 Barossa

📋 copy color: '#553043'

red 85 ◦ green 48 ◦ blue 67

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

Shades of Barossa #553043

Tints of Barossa #553043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 42.5%
G = 24%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#553043 (or 0x553043) is known color: Barossa. HEX triplet: 55, 30 and 43. RGB value is (85,48,67). Sum of RGB (Red+Green+Blue) = 85+48+67=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553043 is #AACFBC. Grayscale: #3D3D3D. Windows color (decimal): -11194301 or 4403285. OLE color: 4403285.

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

Color convert

RGB 85 48 67 -
CMYK 0 0.44 0.21 0.67
HSL 329.19º 0.28% 0.26% -
HSV(B) 329.19º 0.44% 0.33% -
XYZ 5.82 4.45 5.86 -
YUV 61.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 85 48 67 0 0.44 0.21 0.67 329.19 0.28 0.26
Hex 55 30 43 0 2C 15 43 149 1C 1A
Octal 125 60 103 0 54 25 103 511 34 32
Binary 1010101 110000 1000011 0 101100 10101 1000011 101001001 11100 11010

Color Harmonies of #553043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553043

Black with #553043

Text Example


Text Example

White with #553043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553043; }

 p { color: rgb(85,48,67); }

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

background-color css

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

 a { background-color: rgb(85,48,67); }

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

border-color css

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

 span { border-color: rgb(85,48,67); }

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