Html Css Color HEX #553142 Barossa

📋 copy color: '#553142'

red 85 ◦ green 49 ◦ blue 66

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

Shades of Barossa #553142

Tints of Barossa #553142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33%

R = 42.5%
G = 24.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553142 (or 0x553142) is known color: Barossa. HEX triplet: 55, 31 and 42. RGB value is (85,49,66). Sum of RGB (Red+Green+Blue) = 85+49+66=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553142 is #AACEBD. Grayscale: #3D3D3D. Windows color (decimal): -11194046 or 4338005. OLE color: 4338005.

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

Color convert

RGB 85 49 66 -
CMYK 0 0.42 0.22 0.67
HSL 331.67º 0.27% 0.26% -
HSV(B) 331.67º 0.42% 0.33% -
XYZ 5.83 4.52 5.72 -
YUV 61.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 85 49 66 0 0.42 0.22 0.67 331.67 0.27 0.26
Hex 55 31 42 0 2A 16 43 14C 1B 1A
Octal 125 61 102 0 52 26 103 514 33 32
Binary 1010101 110001 1000010 0 101010 10110 1000011 101001100 11011 11010

Color Harmonies of #553142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553142

Black with #553142

Text Example


Text Example

White with #553142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553142; }

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

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

background-color css

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

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

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

border-color css

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

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

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