Html Css Color HEX #571018 Bordeaux

📋 copy color: '#571018'

red 87 ◦ green 16 ◦ blue 24

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

Shades of Bordeaux #571018

Tints of Bordeaux #571018

RGB

 RED value IS 87 (34.38% from 255) = 68.5%

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

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

R = 68.5%
G = 12.6%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#571018 (or 0x571018) is known color: Bordeaux. HEX triplet: 57, 10 and 18. RGB value is (87,16,24). Sum of RGB (Red+Green+Blue) = 87+16+24=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571018 is #A8EFE7. Grayscale: #262626. Windows color (decimal): -11071464 or 1577047. OLE color: 1577047.

HSL color Cylindrical-coordinate representation of color #571018: hue angle of 353.24º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571018 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 24 -
CMYK 0 0.82 0.72 0.66
HSL 353.24º 0.69% 0.2% -
HSV(B) 353.24º 0.82% 0.34% -
XYZ 4.28 2.46 1.11 -
YUV 38.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 87 16 24 0 0.82 0.72 0.66 353.24 0.69 0.2
Hex 57 10 18 0 52 48 42 161 45 14
Octal 127 20 30 0 122 110 102 541 105 24
Binary 1010111 10000 11000 0 1010010 1001000 1000010 101100001 1000101 10100

Color Harmonies of #571018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571018

Black with #571018

Text Example


Text Example

White with #571018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571018; }

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

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

background-color css

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

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

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

border-color css

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

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

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