Html Css Color HEX #57001B Bordeaux

📋 copy color: '#57001B'

red 87 ◦ green 0 ◦ blue 27

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

Shades of Bordeaux #57001B

Tints of Bordeaux #57001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 76.32%
G = 0%
B = 23.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57001B (or 0x57001B) is known color: Bordeaux. HEX triplet: 57, 00 and 1B. RGB value is (87,0,27). Sum of RGB (Red+Green+Blue) = 87+0+27=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #57001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57001B is #A8FFE4. Grayscale: #1D1D1D. Windows color (decimal): -11075557 or 1769559. OLE color: 1769559.

HSL color Cylindrical-coordinate representation of color #57001B: hue angle of 341.38º 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 #57001B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 27 -
CMYK 0 1 0.69 0.66
HSL 341.38º 1% 0.17% -
HSV(B) 341.38º 1% 0.34% -
XYZ 4.13 2.11 1.23 -
YUV 29.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 87 0 27 0 1 0.69 0.66 341.38 1 0.17
Hex 57 0 1B 0 64 45 42 155 64 11
Octal 127 0 33 0 144 105 102 525 144 21
Binary 1010111 0 11011 0 1100100 1000101 1000010 101010101 1100100 10001

Color Harmonies of #57001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57001B

Black with #57001B

Text Example


Text Example

White with #57001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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