Html Css Color HEX #570C13 Bordeaux

📋 copy color: '#570C13'

red 87 ◦ green 12 ◦ blue 19

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

Shades of Bordeaux #570C13

Tints of Bordeaux #570C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.17%

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

R = 73.73%
G = 10.17%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#570C13 (or 0x570C13) is known color: Bordeaux. HEX triplet: 57, 0C and 13. RGB value is (87,12,19). Sum of RGB (Red+Green+Blue) = 87+12+19=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #570C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C13 is #A8F3EC. Grayscale: #232323. Windows color (decimal): -11072493 or 1248343. OLE color: 1248343.

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

Color convert

RGB 87 12 19 -
CMYK 0 0.86 0.78 0.66
HSL 354.4º 0.76% 0.19% -
HSV(B) 354.4º 0.86% 0.34% -
XYZ 4.18 2.34 0.85 -
YUV 35.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 87 12 19 0 0.86 0.78 0.66 354.4 0.76 0.19
Hex 57 C 13 0 56 4E 42 162 4C 13
Octal 127 14 23 0 126 116 102 542 114 23
Binary 1010111 1100 10011 0 1010110 1001110 1000010 101100010 1001100 10011

Color Harmonies of #570C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C13

Black with #570C13

Text Example


Text Example

White with #570C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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