Html Css Color HEX #57011F Bordeaux

📋 copy color: '#57011F'

red 87 ◦ green 1 ◦ blue 31

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

Shades of Bordeaux #57011F

Tints of Bordeaux #57011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 73.11%
G = 0.84%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57011F (or 0x57011F) is known color: Bordeaux. HEX triplet: 57, 01 and 1F. RGB value is (87,1,31). Sum of RGB (Red+Green+Blue) = 87+1+31=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57011F is #A8FEE0. Grayscale: #1E1E1E. Windows color (decimal): -11075297 or 2031959. OLE color: 2031959.

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

Color convert

RGB 87 1 31 -
CMYK 0 0.99 0.64 0.66
HSL 339.07º 0.98% 0.17% -
HSV(B) 339.07º 0.99% 0.34% -
XYZ 4.19 2.15 1.49 -
YUV 30.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 87 1 31 0 0.99 0.64 0.66 339.07 0.98 0.17
Hex 57 1 1F 0 63 40 42 153 62 11
Octal 127 1 37 0 143 100 102 523 142 21
Binary 1010111 1 11111 0 1100011 1000000 1000010 101010011 1100010 10001

Color Harmonies of #57011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57011F

Black with #57011F

Text Example


Text Example

White with #57011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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