Html Css Color HEX #570019 Bordeaux

📋 copy color: '#570019'

red 87 ◦ green 0 ◦ blue 25

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

Shades of Bordeaux #570019

Tints of Bordeaux #570019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.68%
G = 0%
B = 22.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#570019 (or 0x570019) is known color: Bordeaux. HEX triplet: 57, 00 and 19. RGB value is (87,0,25). Sum of RGB (Red+Green+Blue) = 87+0+25=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570019 is #A8FFE6. Grayscale: #1C1C1C. Windows color (decimal): -11075559 or 1638487. OLE color: 1638487.

HSL color Cylindrical-coordinate representation of color #570019: hue angle of 342.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570019 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 25 -
CMYK 0 1 0.71 0.66
HSL 342.76º 1% 0.17% -
HSV(B) 342.76º 1% 0.34% -
XYZ 4.11 2.1 1.11 -
YUV 28.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 87 0 25 0 1 0.71 0.66 342.76 1 0.17
Hex 57 0 19 0 64 47 42 157 64 11
Octal 127 0 31 0 144 107 102 527 144 21
Binary 1010111 0 11001 0 1100100 1000111 1000010 101010111 1100100 10001

Color Harmonies of #570019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570019

Black with #570019

Text Example


Text Example

White with #570019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570019; }

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

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

background-color css

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

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

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

border-color css

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

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

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