Html Css Color HEX #552540 Barossa

📋 copy color: '#552540'

red 85 ◦ green 37 ◦ blue 64

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

Shades of Barossa #552540

Tints of Barossa #552540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 45.7%
G = 19.89%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#552540 (or 0x552540) is known color: Barossa. HEX triplet: 55, 25 and 40. RGB value is (85,37,64). Sum of RGB (Red+Green+Blue) = 85+37+64=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #552540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552540 is #AADABF. Grayscale: #363636. Windows color (decimal): -11197120 or 4203861. OLE color: 4203861.

HSL color Cylindrical-coordinate representation of color #552540: hue angle of 326.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552540 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 64 -
CMYK 0 0.56 0.25 0.67
HSL 326.25º 0.39% 0.24% -
HSV(B) 326.25º 0.56% 0.33% -
XYZ 5.33 3.62 5.27 -
YUV 54.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 85 37 64 0 0.56 0.25 0.67 326.25 0.39 0.24
Hex 55 25 40 0 38 19 43 146 27 18
Octal 125 45 100 0 70 31 103 506 47 30
Binary 1010101 100101 1000000 0 111000 11001 1000011 101000110 100111 11000

Color Harmonies of #552540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552540

Black with #552540

Text Example


Text Example

White with #552540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552540; }

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

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

background-color css

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

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

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

border-color css

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

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

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