Html Css Color HEX #55203C Barossa

📋 copy color: '#55203C'

red 85 ◦ green 32 ◦ blue 60

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

Shades of Barossa #55203C

Tints of Barossa #55203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 48.02%
G = 18.08%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55203C (or 0x55203C) is known color: Barossa. HEX triplet: 55, 20 and 3C. RGB value is (85,32,60). Sum of RGB (Red+Green+Blue) = 85+32+60=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #55203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55203C is #AADFC3. Grayscale: #323232. Windows color (decimal): -11198404 or 3940437. OLE color: 3940437.

HSL color Cylindrical-coordinate representation of color #55203C: hue angle of 328.3º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55203C is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 60 -
CMYK 0 0.62 0.29 0.67
HSL 328.3º 0.45% 0.23% -
HSV(B) 328.3º 0.62% 0.33% -
XYZ 5.08 3.29 4.64 -
YUV 51.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 85 32 60 0 0.62 0.29 0.67 328.3 0.45 0.23
Hex 55 20 3C 0 3E 1D 43 148 2D 17
Octal 125 40 74 0 76 35 103 510 55 27
Binary 1010101 100000 111100 0 111110 11101 1000011 101001000 101101 10111

Color Harmonies of #55203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55203C

Black with #55203C

Text Example


Text Example

White with #55203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55203C; }

 p { color: rgb(85,32,60); }

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

background-color css

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

 a { background-color: rgb(85,32,60); }

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

border-color css

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

 span { border-color: rgb(85,32,60); }

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