Html Css Color HEX #550218 Bordeaux

📋 copy color: '#550218'

red 85 ◦ green 2 ◦ blue 24

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

Shades of Bordeaux #550218

Tints of Bordeaux #550218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.62%

R = 76.58%
G = 1.8%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#550218 (or 0x550218) is known color: Bordeaux. HEX triplet: 55, 02 and 18. RGB value is (85,2,24). Sum of RGB (Red+Green+Blue) = 85+2+24=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #550218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550218 is #AAFDE7. Grayscale: #1D1D1D. Windows color (decimal): -11206120 or 1573461. OLE color: 1573461.

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

Color convert

RGB 85 2 24 -
CMYK 0 0.98 0.72 0.67
HSL 344.1º 0.95% 0.17% -
HSV(B) 344.1º 0.98% 0.33% -
XYZ 3.93 2.04 1.05 -
YUV 29.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 85 2 24 0 0.98 0.72 0.67 344.1 0.95 0.17
Hex 55 2 18 0 62 48 43 158 5F 11
Octal 125 2 30 0 142 110 103 530 137 21
Binary 1010101 10 11000 0 1100010 1001000 1000011 101011000 1011111 10001

Color Harmonies of #550218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550218

Black with #550218

Text Example


Text Example

White with #550218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550218; }

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

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

background-color css

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

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

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

border-color css

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

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

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