Html Css Color HEX #570219 Bordeaux

📋 copy color: '#570219'

red 87 ◦ green 2 ◦ blue 25

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

Shades of Bordeaux #570219

Tints of Bordeaux #570219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.75%

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

R = 76.32%
G = 1.75%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#570219 (or 0x570219) is known color: Bordeaux. HEX triplet: 57, 02 and 19. RGB value is (87,2,25). Sum of RGB (Red+Green+Blue) = 87+2+25=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570219 is #A8FDE6. Grayscale: #1E1E1E. Windows color (decimal): -11075047 or 1638999. OLE color: 1638999.

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

Color convert

RGB 87 2 25 -
CMYK 0 0.98 0.71 0.66
HSL 343.76º 0.96% 0.17% -
HSV(B) 343.76º 0.98% 0.34% -
XYZ 4.13 2.14 1.12 -
YUV 30.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 87 2 25 0 0.98 0.71 0.66 343.76 0.96 0.17
Hex 57 2 19 0 62 47 42 158 60 11
Octal 127 2 31 0 142 107 102 530 140 21
Binary 1010111 10 11001 0 1100010 1000111 1000010 101011000 1100000 10001

Color Harmonies of #570219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570219

Black with #570219

Text Example


Text Example

White with #570219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570219; }

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

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

background-color css

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

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

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

border-color css

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

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

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