Html Css Color HEX #55021C Bordeaux

📋 copy color: '#55021C'

red 85 ◦ green 2 ◦ blue 28

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

Shades of Bordeaux #55021C

Tints of Bordeaux #55021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.74%

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 73.91%
G = 1.74%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55021C (or 0x55021C) is known color: Bordeaux. HEX triplet: 55, 02 and 1C. RGB value is (85,2,28). Sum of RGB (Red+Green+Blue) = 85+2+28=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #55021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55021C is #AAFDE3. Grayscale: #1D1D1D. Windows color (decimal): -11206116 or 1835605. OLE color: 1835605.

HSL color Cylindrical-coordinate representation of color #55021C: hue angle of 341.2º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55021C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 2 28 -
CMYK 0 0.98 0.67 0.67
HSL 341.2º 0.95% 0.17% -
HSV(B) 341.2º 0.98% 0.33% -
XYZ 3.98 2.06 1.29 -
YUV 29.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 85 2 28 0 0.98 0.67 0.67 341.2 0.95 0.17
Hex 55 2 1C 0 62 43 43 155 5F 11
Octal 125 2 34 0 142 103 103 525 137 21
Binary 1010101 10 11100 0 1100010 1000011 1000011 101010101 1011111 10001

Color Harmonies of #55021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55021C

Black with #55021C

Text Example


Text Example

White with #55021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,2,28); }

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

background-color css

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

 a { background-color: rgb(85,2,28); }

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

border-color css

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

 span { border-color: rgb(85,2,28); }

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