Html Css Color HEX #57011A Bordeaux

📋 copy color: '#57011A'

red 87 ◦ green 1 ◦ blue 26

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

Shades of Bordeaux #57011A

Tints of Bordeaux #57011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 76.32%
G = 0.88%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57011A (or 0x57011A) is known color: Bordeaux. HEX triplet: 57, 01 and 1A. RGB value is (87,1,26). Sum of RGB (Red+Green+Blue) = 87+1+26=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #57011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57011A is #A8FEE5. Grayscale: #1D1D1D. Windows color (decimal): -11075302 or 1704279. OLE color: 1704279.

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

Color convert

RGB 87 1 26 -
CMYK 0 0.99 0.70 0.66
HSL 342.56º 0.98% 0.17% -
HSV(B) 342.56º 0.99% 0.34% -
XYZ 4.13 2.12 1.17 -
YUV 29.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 87 1 26 0 0.99 0.70 0.66 342.56 0.98 0.17
Hex 57 1 1A 0 63 46 42 157 62 11
Octal 127 1 32 0 143 106 102 527 142 21
Binary 1010111 1 11010 0 1100011 1000110 1000010 101010111 1100010 10001

Color Harmonies of #57011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57011A

Black with #57011A

Text Example


Text Example

White with #57011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57011A; }

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

 H1.HeaderClassName
 {
   color: #57011A;
 }
 .AnyTagClassName
 {
   color: #57011A;
 }
</style>

background-color css

<style>
 a { background-color: #57011A; }

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

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

border-color css

<style>
 span { border-color: #57011A; }

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

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