Html Css Color HEX #553143 Barossa

📋 copy color: '#553143'

red 85 ◦ green 49 ◦ blue 67

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

Shades of Barossa #553143

Tints of Barossa #553143

RGB

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

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

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

R = 42.29%
G = 24.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#553143 (or 0x553143) is known color: Barossa. HEX triplet: 55, 31 and 43. RGB value is (85,49,67). Sum of RGB (Red+Green+Blue) = 85+49+67=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553143 is #AACEBC. Grayscale: #3D3D3D. Windows color (decimal): -11194045 or 4403541. OLE color: 4403541.

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

Color convert

RGB 85 49 67 -
CMYK 0 0.42 0.21 0.67
HSL 330º 0.27% 0.26% -
HSV(B) 330º 0.42% 0.33% -
XYZ 5.86 4.53 5.88 -
YUV 61.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 85 49 67 0 0.42 0.21 0.67 330 0.27 0.26
Hex 55 31 43 0 2A 15 43 14A 1B 1A
Octal 125 61 103 0 52 25 103 512 33 32
Binary 1010101 110001 1000011 0 101010 10101 1000011 101001010 11011 11010

Color Harmonies of #553143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553143

Black with #553143

Text Example


Text Example

White with #553143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553143; }

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

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

background-color css

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

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

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

border-color css

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

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

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