Html Css Color HEX #57010E Bordeaux

📋 copy color: '#57010E'

red 87 ◦ green 1 ◦ blue 14

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

Shades of Bordeaux #57010E

Tints of Bordeaux #57010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.73%

R = 85.29%
G = 0.98%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57010E (or 0x57010E) is known color: Bordeaux. HEX triplet: 57, 01 and 0E. RGB value is (87,1,14). Sum of RGB (Red+Green+Blue) = 87+1+14=102 (13% of max value = 765). Red value is 87 (34.38% from 255 or 85.29% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 87 - color contains mainly: red. Hex color #57010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57010E is #A8FEF1. Grayscale: #1C1C1C. Windows color (decimal): -11075314 or 917847. OLE color: 917847.

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

Color convert

RGB 87 1 14 -
CMYK 0 0.99 0.84 0.66
HSL 350.93º 0.98% 0.17% -
HSV(B) 350.93º 0.99% 0.34% -
XYZ 4.02 2.08 0.6 -
YUV 28.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 87 1 14 0 0.99 0.84 0.66 350.93 0.98 0.17
Hex 57 1 E 0 63 54 42 15F 62 11
Octal 127 1 16 0 143 124 102 537 142 21
Binary 1010111 1 1110 0 1100011 1010100 1000010 101011111 1100010 10001

Color Harmonies of #57010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57010E

Black with #57010E

Text Example


Text Example

White with #57010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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