Html Css Color HEX #57021F Bordeaux

📋 copy color: '#57021F'

red 87 ◦ green 2 ◦ blue 31

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

Shades of Bordeaux #57021F

Tints of Bordeaux #57021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 72.5%
G = 1.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57021F (or 0x57021F) is known color: Bordeaux. HEX triplet: 57, 02 and 1F. RGB value is (87,2,31). Sum of RGB (Red+Green+Blue) = 87+2+31=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57021F is #A8FDE0. Grayscale: #1E1E1E. Windows color (decimal): -11075041 or 2032215. OLE color: 2032215.

HSL color Cylindrical-coordinate representation of color #57021F: hue angle of 339.53º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57021F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 31 -
CMYK 0 0.98 0.64 0.66
HSL 339.53º 0.96% 0.17% -
HSV(B) 339.53º 0.98% 0.34% -
XYZ 4.2 2.17 1.49 -
YUV 30.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 87 2 31 0 0.98 0.64 0.66 339.53 0.96 0.17
Hex 57 2 1F 0 62 40 42 154 60 11
Octal 127 2 37 0 142 100 102 524 140 21
Binary 1010111 10 11111 0 1100010 1000000 1000010 101010100 1100000 10001

Color Harmonies of #57021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57021F

Black with #57021F

Text Example


Text Example

White with #57021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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