Html Css Color HEX #55203D Barossa

📋 copy color: '#55203D'

red 85 ◦ green 32 ◦ blue 61

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

Shades of Barossa #55203D

Tints of Barossa #55203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 47.75%
G = 17.98%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55203D (or 0x55203D) is known color: Barossa. HEX triplet: 55, 20 and 3D. RGB value is (85,32,61). Sum of RGB (Red+Green+Blue) = 85+32+61=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55203D is #AADFC2. Grayscale: #333333. Windows color (decimal): -11198403 or 4005973. OLE color: 4005973.

HSL color Cylindrical-coordinate representation of color #55203D: hue angle of 327.17º 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 #55203D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 61 -
CMYK 0 0.62 0.28 0.67
HSL 327.17º 0.45% 0.23% -
HSV(B) 327.17º 0.62% 0.33% -
XYZ 5.11 3.3 4.78 -
YUV 51.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 85 32 61 0 0.62 0.28 0.67 327.17 0.45 0.23
Hex 55 20 3D 0 3E 1C 43 147 2D 17
Octal 125 40 75 0 76 34 103 507 55 27
Binary 1010101 100000 111101 0 111110 11100 1000011 101000111 101101 10111

Color Harmonies of #55203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55203D

Black with #55203D

Text Example


Text Example

White with #55203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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