Html Css Color HEX #570313 Bordeaux

📋 copy color: '#570313'

red 87 ◦ green 3 ◦ blue 19

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

Shades of Bordeaux #570313

Tints of Bordeaux #570313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 79.82%
G = 2.75%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570313 (or 0x570313) is known color: Bordeaux. HEX triplet: 57, 03 and 13. RGB value is (87,3,19). Sum of RGB (Red+Green+Blue) = 87+3+19=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570313 is #A8FCEC. Grayscale: #1D1D1D. Windows color (decimal): -11074797 or 1246039. OLE color: 1246039.

HSL color Cylindrical-coordinate representation of color #570313: hue angle of 348.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570313 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 19 -
CMYK 0 0.97 0.78 0.66
HSL 348.57º 0.93% 0.18% -
HSV(B) 348.57º 0.97% 0.34% -
XYZ 4.08 2.14 0.81 -
YUV 29.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 87 3 19 0 0.97 0.78 0.66 348.57 0.93 0.18
Hex 57 3 13 0 61 4E 42 15D 5D 12
Octal 127 3 23 0 141 116 102 535 135 22
Binary 1010111 11 10011 0 1100001 1001110 1000010 101011101 1011101 10010

Color Harmonies of #570313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570313

Black with #570313

Text Example


Text Example

White with #570313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570313; }

 p { color: rgb(87,3,19); }

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

background-color css

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

 a { background-color: rgb(87,3,19); }

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

border-color css

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

 span { border-color: rgb(87,3,19); }

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