Html Css Color HEX #57001A Bordeaux

📋 copy color: '#57001A'

red 87 ◦ green 0 ◦ blue 26

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

Shades of Bordeaux #57001A

Tints of Bordeaux #57001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.99%
G = 0%
B = 23.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57001A (or 0x57001A) is known color: Bordeaux. HEX triplet: 57, 00 and 1A. RGB value is (87,0,26). Sum of RGB (Red+Green+Blue) = 87+0+26=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #57001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57001A is #A8FFE5. Grayscale: #1C1C1C. Windows color (decimal): -11075558 or 1704023. OLE color: 1704023.

HSL color Cylindrical-coordinate representation of color #57001A: hue angle of 342.07º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57001A is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 26 -
CMYK 0 1 0.70 0.66
HSL 342.07º 1% 0.17% -
HSV(B) 342.07º 1% 0.34% -
XYZ 4.12 2.1 1.17 -
YUV 28.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 87 0 26 0 1 0.70 0.66 342.07 1 0.17
Hex 57 0 1A 0 64 46 42 156 64 11
Octal 127 0 32 0 144 106 102 526 144 21
Binary 1010111 0 11010 0 1100100 1000110 1000010 101010110 1100100 10001

Color Harmonies of #57001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57001A

Black with #57001A

Text Example


Text Example

White with #57001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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