Html Css Color HEX #57010D Bordeaux

📋 copy color: '#57010D'

red 87 ◦ green 1 ◦ blue 13

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

Shades of Bordeaux #57010D

Tints of Bordeaux #57010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 86.14%
G = 0.99%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57010D (or 0x57010D) is known color: Bordeaux. HEX triplet: 57, 01 and 0D. RGB value is (87,1,13). Sum of RGB (Red+Green+Blue) = 87+1+13=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #57010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57010D is #A8FEF2. Grayscale: #1C1C1C. Windows color (decimal): -11075315 or 852311. OLE color: 852311.

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

Color convert

RGB 87 1 13 -
CMYK 0 0.99 0.85 0.66
HSL 351.63º 0.98% 0.17% -
HSV(B) 351.63º 0.99% 0.34% -
XYZ 4.01 2.08 0.57 -
YUV 28.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 87 1 13 0 0.99 0.85 0.66 351.63 0.98 0.17
Hex 57 1 D 0 63 55 42 160 62 11
Octal 127 1 15 0 143 125 102 540 142 21
Binary 1010111 1 1101 0 1100011 1010101 1000010 101100000 1100010 10001

Color Harmonies of #57010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57010D

Black with #57010D

Text Example


Text Example

White with #57010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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