Html Css Color HEX #551018 Bordeaux

📋 copy color: '#551018'

red 85 ◦ green 16 ◦ blue 24

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

Shades of Bordeaux #551018

Tints of Bordeaux #551018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 68%
G = 12.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#551018 (or 0x551018) is known color: Bordeaux. HEX triplet: 55, 10 and 18. RGB value is (85,16,24). Sum of RGB (Red+Green+Blue) = 85+16+24=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551018 is #AAEFE7. Grayscale: #252525. Windows color (decimal): -11202536 or 1577045. OLE color: 1577045.

HSL color Cylindrical-coordinate representation of color #551018: hue angle of 353.04º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551018 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 24 -
CMYK 0 0.81 0.72 0.67
HSL 353.04º 0.68% 0.2% -
HSV(B) 353.04º 0.81% 0.33% -
XYZ 4.1 2.37 1.11 -
YUV 37.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 85 16 24 0 0.81 0.72 0.67 353.04 0.68 0.2
Hex 55 10 18 0 51 48 43 161 44 14
Octal 125 20 30 0 121 110 103 541 104 24
Binary 1010101 10000 11000 0 1010001 1001000 1000011 101100001 1000100 10100

Color Harmonies of #551018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551018

Black with #551018

Text Example


Text Example

White with #551018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551018; }

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

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

background-color css

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

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

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

border-color css

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

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

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