Html Css Color HEX #570913 Bordeaux

📋 copy color: '#570913'

red 87 ◦ green 9 ◦ blue 19

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

Shades of Bordeaux #570913

Tints of Bordeaux #570913

RGB

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

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

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

R = 75.65%
G = 7.83%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570913 (or 0x570913) is known color: Bordeaux. HEX triplet: 57, 09 and 13. RGB value is (87,9,19). Sum of RGB (Red+Green+Blue) = 87+9+19=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #570913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570913 is #A8F6EC. Grayscale: #212121. Windows color (decimal): -11073261 or 1247575. OLE color: 1247575.

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

Color convert

RGB 87 9 19 -
CMYK 0 0.90 0.78 0.66
HSL 352.31º 0.81% 0.19% -
HSV(B) 352.31º 0.9% 0.34% -
XYZ 4.15 2.27 0.84 -
YUV 33.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 87 9 19 0 0.90 0.78 0.66 352.31 0.81 0.19
Hex 57 9 13 0 5A 4E 42 160 51 13
Octal 127 11 23 0 132 116 102 540 121 23
Binary 1010111 1001 10011 0 1011010 1001110 1000010 101100000 1010001 10011

Color Harmonies of #570913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570913

Black with #570913

Text Example


Text Example

White with #570913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570913; }

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

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

background-color css

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

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

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

border-color css

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

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

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