Html Css Color HEX #571017 Bordeaux

📋 copy color: '#571017'

red 87 ◦ green 16 ◦ blue 23

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

Shades of Bordeaux #571017

Tints of Bordeaux #571017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 69.05%
G = 12.7%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#571017 (or 0x571017) is known color: Bordeaux. HEX triplet: 57, 10 and 17. RGB value is (87,16,23). Sum of RGB (Red+Green+Blue) = 87+16+23=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571017 is #A8EFE8. Grayscale: #262626. Windows color (decimal): -11071465 or 1511511. OLE color: 1511511.

HSL color Cylindrical-coordinate representation of color #571017: hue angle of 354.08º 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 #571017 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 23 -
CMYK 0 0.82 0.74 0.66
HSL 354.08º 0.69% 0.2% -
HSV(B) 354.08º 0.82% 0.34% -
XYZ 4.27 2.46 1.06 -
YUV 38.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 87 16 23 0 0.82 0.74 0.66 354.08 0.69 0.2
Hex 57 10 17 0 52 4A 42 162 45 14
Octal 127 20 27 0 122 112 102 542 105 24
Binary 1010111 10000 10111 0 1010010 1001010 1000010 101100010 1000101 10100

Color Harmonies of #571017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571017

Black with #571017

Text Example


Text Example

White with #571017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571017; }

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

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

background-color css

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

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

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

border-color css

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

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

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