Html Css Color HEX #571019 Bordeaux

📋 copy color: '#571019'

red 87 ◦ green 16 ◦ blue 25

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

Shades of Bordeaux #571019

Tints of Bordeaux #571019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 67.97%
G = 12.5%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#571019 (or 0x571019) is known color: Bordeaux. HEX triplet: 57, 10 and 19. RGB value is (87,16,25). Sum of RGB (Red+Green+Blue) = 87+16+25=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571019 is #A8EFE6. Grayscale: #262626. Windows color (decimal): -11071463 or 1642583. OLE color: 1642583.

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

Color convert

RGB 87 16 25 -
CMYK 0 0.82 0.71 0.66
HSL 352.39º 0.69% 0.2% -
HSV(B) 352.39º 0.82% 0.34% -
XYZ 4.29 2.47 1.17 -
YUV 38.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 87 16 25 0 0.82 0.71 0.66 352.39 0.69 0.2
Hex 57 10 19 0 52 47 42 160 45 14
Octal 127 20 31 0 122 107 102 540 105 24
Binary 1010111 10000 11001 0 1010010 1000111 1000010 101100000 1000101 10100

Color Harmonies of #571019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571019

Black with #571019

Text Example


Text Example

White with #571019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571019; }

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

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

background-color css

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

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

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

border-color css

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

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

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