Html Css Color HEX #550210 Bordeaux

📋 copy color: '#550210'

red 85 ◦ green 2 ◦ blue 16

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

Shades of Bordeaux #550210

Tints of Bordeaux #550210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 82.52%
G = 1.94%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#550210 (or 0x550210) is known color: Bordeaux. HEX triplet: 55, 02 and 10. RGB value is (85,2,16). Sum of RGB (Red+Green+Blue) = 85+2+16=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #550210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550210 is #AAFDEF. Grayscale: #1C1C1C. Windows color (decimal): -11206128 or 1049173. OLE color: 1049173.

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

Color convert

RGB 85 2 16 -
CMYK 0 0.98 0.81 0.67
HSL 349.88º 0.95% 0.17% -
HSV(B) 349.88º 0.98% 0.33% -
XYZ 3.86 2.01 0.68 -
YUV 28.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 85 2 16 0 0.98 0.81 0.67 349.88 0.95 0.17
Hex 55 2 10 0 62 51 43 15E 5F 11
Octal 125 2 20 0 142 121 103 536 137 21
Binary 1010101 10 10000 0 1100010 1010001 1000011 101011110 1011111 10001

Color Harmonies of #550210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550210

Black with #550210

Text Example


Text Example

White with #550210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550210; }

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

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

background-color css

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

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

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

border-color css

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

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

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