Html Css Color HEX #550213 Bordeaux

📋 copy color: '#550213'

red 85 ◦ green 2 ◦ blue 19

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

Shades of Bordeaux #550213

Tints of Bordeaux #550213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 80.19%
G = 1.89%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#550213 (or 0x550213) is known color: Bordeaux. HEX triplet: 55, 02 and 13. RGB value is (85,2,19). Sum of RGB (Red+Green+Blue) = 85+2+19=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #550213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550213 is #AAFDEC. Grayscale: #1C1C1C. Windows color (decimal): -11206125 or 1245781. OLE color: 1245781.

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

Color convert

RGB 85 2 19 -
CMYK 0 0.98 0.78 0.67
HSL 347.71º 0.95% 0.17% -
HSV(B) 347.71º 0.98% 0.33% -
XYZ 3.89 2.02 0.8 -
YUV 28.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 85 2 19 0 0.98 0.78 0.67 347.71 0.95 0.17
Hex 55 2 13 0 62 4E 43 15C 5F 11
Octal 125 2 23 0 142 116 103 534 137 21
Binary 1010101 10 10011 0 1100010 1001110 1000011 101011100 1011111 10001

Color Harmonies of #550213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550213

Black with #550213

Text Example


Text Example

White with #550213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550213; }

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

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

background-color css

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

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

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

border-color css

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

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

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