Html Css Color HEX #550212 Bordeaux

📋 copy color: '#550212'

red 85 ◦ green 2 ◦ blue 18

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

Shades of Bordeaux #550212

Tints of Bordeaux #550212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 80.95%
G = 1.9%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#550212 (or 0x550212) is known color: Bordeaux. HEX triplet: 55, 02 and 12. RGB value is (85,2,18). Sum of RGB (Red+Green+Blue) = 85+2+18=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550212 is #AAFDED. Grayscale: #1C1C1C. Windows color (decimal): -11206126 or 1180245. OLE color: 1180245.

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

Color convert

RGB 85 2 18 -
CMYK 0 0.98 0.79 0.67
HSL 348.43º 0.95% 0.17% -
HSV(B) 348.43º 0.98% 0.33% -
XYZ 3.88 2.02 0.76 -
YUV 28.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 85 2 18 0 0.98 0.79 0.67 348.43 0.95 0.17
Hex 55 2 12 0 62 4F 43 15C 5F 11
Octal 125 2 22 0 142 117 103 534 137 21
Binary 1010101 10 10010 0 1100010 1001111 1000011 101011100 1011111 10001

Color Harmonies of #550212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550212

Black with #550212

Text Example


Text Example

White with #550212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550212; }

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

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

background-color css

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

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

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

border-color css

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

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

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