Html Css Color HEX #570910 Bordeaux

📋 copy color: '#570910'

red 87 ◦ green 9 ◦ blue 16

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

Shades of Bordeaux #570910

Tints of Bordeaux #570910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.04%

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

R = 77.68%
G = 8.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#570910 (or 0x570910) is known color: Bordeaux. HEX triplet: 57, 09 and 10. RGB value is (87,9,16). Sum of RGB (Red+Green+Blue) = 87+9+16=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570910 is #A8F6EF. Grayscale: #212121. Windows color (decimal): -11073264 or 1050967. OLE color: 1050967.

HSL color Cylindrical-coordinate representation of color #570910: hue angle of 354.62º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570910 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 9 16 -
CMYK 0 0.90 0.82 0.66
HSL 354.62º 0.81% 0.19% -
HSV(B) 354.62º 0.9% 0.34% -
XYZ 4.12 2.26 0.71 -
YUV 33.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 87 9 16 0 0.90 0.82 0.66 354.62 0.81 0.19
Hex 57 9 10 0 5A 52 42 163 51 13
Octal 127 11 20 0 132 122 102 543 121 23
Binary 1010111 1001 10000 0 1011010 1010010 1000010 101100011 1010001 10011

Color Harmonies of #570910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570910

Black with #570910

Text Example


Text Example

White with #570910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570910; }

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

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

background-color css

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

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

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

border-color css

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

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

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