Html Css Color HEX #570B14 Bordeaux

📋 copy color: '#570B14'

red 87 ◦ green 11 ◦ blue 20

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

Shades of Bordeaux #570B14

Tints of Bordeaux #570B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.32%

 BLUE value IS 20 (8.2% from 255) = 16.95%

R = 73.73%
G = 9.32%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#570B14 (or 0x570B14) is known color: Bordeaux. HEX triplet: 57, 0B and 14. RGB value is (87,11,20). Sum of RGB (Red+Green+Blue) = 87+11+20=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #570B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570B14 is #A8F4EB. Grayscale: #222222. Windows color (decimal): -11072748 or 1313623. OLE color: 1313623.

HSL color Cylindrical-coordinate representation of color #570B14: hue angle of 352.89º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B14 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 11 20 -
CMYK 0 0.87 0.77 0.66
HSL 352.89º 0.78% 0.19% -
HSV(B) 352.89º 0.87% 0.34% -
XYZ 4.18 2.32 0.89 -
YUV 34.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 87 11 20 0 0.87 0.77 0.66 352.89 0.78 0.19
Hex 57 B 14 0 57 4D 42 161 4E 13
Octal 127 13 24 0 127 115 102 541 116 23
Binary 1010111 1011 10100 0 1010111 1001101 1000010 101100001 1001110 10011

Color Harmonies of #570B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B14

Black with #570B14

Text Example


Text Example

White with #570B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570B14; }

 p { color: rgb(87,11,20); }

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

background-color css

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

 a { background-color: rgb(87,11,20); }

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

border-color css

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

 span { border-color: rgb(87,11,20); }

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