Html Css Color HEX #570113 Bordeaux

📋 copy color: '#570113'

red 87 ◦ green 1 ◦ blue 19

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

Shades of Bordeaux #570113

Tints of Bordeaux #570113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

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

R = 81.31%
G = 0.93%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570113 (or 0x570113) is known color: Bordeaux. HEX triplet: 57, 01 and 13. RGB value is (87,1,19). Sum of RGB (Red+Green+Blue) = 87+1+19=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #570113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570113 is #A8FEEC. Grayscale: #1C1C1C. Windows color (decimal): -11075309 or 1245527. OLE color: 1245527.

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

Color convert

RGB 87 1 19 -
CMYK 0 0.99 0.78 0.66
HSL 347.44º 0.98% 0.17% -
HSV(B) 347.44º 0.99% 0.34% -
XYZ 4.06 2.09 0.81 -
YUV 28.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 87 1 19 0 0.99 0.78 0.66 347.44 0.98 0.17
Hex 57 1 13 0 63 4E 42 15B 62 11
Octal 127 1 23 0 143 116 102 533 142 21
Binary 1010111 1 10011 0 1100011 1001110 1000010 101011011 1100010 10001

Color Harmonies of #570113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570113

Black with #570113

Text Example


Text Example

White with #570113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570113; }

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

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

background-color css

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

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

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

border-color css

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

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

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