Html Css Color HEX #57010C Bordeaux

📋 copy color: '#57010C'

red 87 ◦ green 1 ◦ blue 12

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

Shades of Bordeaux #57010C

Tints of Bordeaux #57010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 87%
G = 1%
B = 12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57010C (or 0x57010C) is known color: Bordeaux. HEX triplet: 57, 01 and 0C. RGB value is (87,1,12). Sum of RGB (Red+Green+Blue) = 87+1+12=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #57010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57010C is #A8FEF3. Grayscale: #1C1C1C. Windows color (decimal): -11075316 or 786775. OLE color: 786775.

HSL color Cylindrical-coordinate representation of color #57010C: hue angle of 352.33º 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 #57010C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 1 12 -
CMYK 0 0.99 0.86 0.66
HSL 352.33º 0.98% 0.17% -
HSV(B) 352.33º 0.99% 0.34% -
XYZ 4.01 2.07 0.54 -
YUV 27.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 87 1 12 0 0.99 0.86 0.66 352.33 0.98 0.17
Hex 57 1 C 0 63 56 42 160 62 11
Octal 127 1 14 0 143 126 102 540 142 21
Binary 1010111 1 1100 0 1100011 1010110 1000010 101100000 1100010 10001

Color Harmonies of #57010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57010C

Black with #57010C

Text Example


Text Example

White with #57010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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