Html Css Color HEX #570119 Bordeaux

📋 copy color: '#570119'

red 87 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #570119

Tints of Bordeaux #570119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 76.99%
G = 0.88%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#570119 (or 0x570119) is known color: Bordeaux. HEX triplet: 57, 01 and 19. RGB value is (87,1,25). Sum of RGB (Red+Green+Blue) = 87+1+25=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570119 is #A8FEE6. Grayscale: #1D1D1D. Windows color (decimal): -11075303 or 1638743. OLE color: 1638743.

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

Color convert

RGB 87 1 25 -
CMYK 0 0.99 0.71 0.66
HSL 343.26º 0.98% 0.17% -
HSV(B) 343.26º 0.99% 0.34% -
XYZ 4.12 2.12 1.11 -
YUV 29.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 87 1 25 0 0.99 0.71 0.66 343.26 0.98 0.17
Hex 57 1 19 0 63 47 42 157 62 11
Octal 127 1 31 0 143 107 102 527 142 21
Binary 1010111 1 11001 0 1100011 1000111 1000010 101010111 1100010 10001

Color Harmonies of #570119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570119

Black with #570119

Text Example


Text Example

White with #570119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570119; }

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

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

background-color css

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

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

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

border-color css

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

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

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