Html Css Color HEX #55021D Bordeaux

📋 copy color: '#55021D'

red 85 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #55021D

Tints of Bordeaux #55021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25%

R = 73.28%
G = 1.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55021D (or 0x55021D) is known color: Bordeaux. HEX triplet: 55, 02 and 1D. RGB value is (85,2,29). Sum of RGB (Red+Green+Blue) = 85+2+29=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #55021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55021D is #AAFDE2. Grayscale: #1D1D1D. Windows color (decimal): -11206115 or 1901141. OLE color: 1901141.

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

Color convert

RGB 85 2 29 -
CMYK 0 0.98 0.66 0.67
HSL 340.48º 0.95% 0.17% -
HSV(B) 340.48º 0.98% 0.33% -
XYZ 3.99 2.06 1.35 -
YUV 29.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 85 2 29 0 0.98 0.66 0.67 340.48 0.95 0.17
Hex 55 2 1D 0 62 42 43 154 5F 11
Octal 125 2 35 0 142 102 103 524 137 21
Binary 1010101 10 11101 0 1100010 1000010 1000011 101010100 1011111 10001

Color Harmonies of #55021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55021D

Black with #55021D

Text Example


Text Example

White with #55021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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