Html Css Color HEX #570310 Bordeaux

📋 copy color: '#570310'

red 87 ◦ green 3 ◦ blue 16

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

Shades of Bordeaux #570310

Tints of Bordeaux #570310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.09%

R = 82.08%
G = 2.83%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#570310 (or 0x570310) is known color: Bordeaux. HEX triplet: 57, 03 and 10. RGB value is (87,3,16). Sum of RGB (Red+Green+Blue) = 87+3+16=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #570310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570310 is #A8FCEF. Grayscale: #1D1D1D. Windows color (decimal): -11074800 or 1049431. OLE color: 1049431.

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

Color convert

RGB 87 3 16 -
CMYK 0 0.97 0.82 0.66
HSL 350.71º 0.93% 0.18% -
HSV(B) 350.71º 0.97% 0.34% -
XYZ 4.06 2.13 0.69 -
YUV 29.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 87 3 16 0 0.97 0.82 0.66 350.71 0.93 0.18
Hex 57 3 10 0 61 52 42 15F 5D 12
Octal 127 3 20 0 141 122 102 537 135 22
Binary 1010111 11 10000 0 1100001 1010010 1000010 101011111 1011101 10010

Color Harmonies of #570310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570310

Black with #570310

Text Example


Text Example

White with #570310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570310; }

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

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

background-color css

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

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

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

border-color css

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

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

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