Html Css Color HEX #550214 Bordeaux

📋 copy color: '#550214'

red 85 ◦ green 2 ◦ blue 20

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

Shades of Bordeaux #550214

Tints of Bordeaux #550214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 79.44%
G = 1.87%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#550214 (or 0x550214) is known color: Bordeaux. HEX triplet: 55, 02 and 14. RGB value is (85,2,20). Sum of RGB (Red+Green+Blue) = 85+2+20=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #550214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550214 is #AAFDEB. Grayscale: #1C1C1C. Windows color (decimal): -11206124 or 1311317. OLE color: 1311317.

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

Color convert

RGB 85 2 20 -
CMYK 0 0.98 0.76 0.67
HSL 346.99º 0.95% 0.17% -
HSV(B) 346.99º 0.98% 0.33% -
XYZ 3.89 2.03 0.85 -
YUV 28.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 85 2 20 0 0.98 0.76 0.67 346.99 0.95 0.17
Hex 55 2 14 0 62 4C 43 15B 5F 11
Octal 125 2 24 0 142 114 103 533 137 21
Binary 1010101 10 10100 0 1100010 1001100 1000011 101011011 1011111 10001

Color Harmonies of #550214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550214

Black with #550214

Text Example


Text Example

White with #550214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550214; }

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

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

background-color css

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

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

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

border-color css

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

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

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