Html Css Color HEX #553140 Barossa

📋 copy color: '#553140'

red 85 ◦ green 49 ◦ blue 64

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

Shades of Barossa #553140

Tints of Barossa #553140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 42.93%
G = 24.75%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#553140 (or 0x553140) is known color: Barossa. HEX triplet: 55, 31 and 40. RGB value is (85,49,64). Sum of RGB (Red+Green+Blue) = 85+49+64=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553140 is #AACEBF. Grayscale: #3D3D3D. Windows color (decimal): -11194048 or 4206933. OLE color: 4206933.

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

Color convert

RGB 85 49 64 -
CMYK 0 0.42 0.25 0.67
HSL 335º 0.27% 0.26% -
HSV(B) 335º 0.42% 0.33% -
XYZ 5.77 4.5 5.41 -
YUV 61.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 85 49 64 0 0.42 0.25 0.67 335 0.27 0.26
Hex 55 31 40 0 2A 19 43 14F 1B 1A
Octal 125 61 100 0 52 31 103 517 33 32
Binary 1010101 110001 1000000 0 101010 11001 1000011 101001111 11011 11010

Color Harmonies of #553140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553140

Black with #553140

Text Example


Text Example

White with #553140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553140; }

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

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

background-color css

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

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

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

border-color css

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

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

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