Html Css Color HEX #57021D Bordeaux

📋 copy color: '#57021D'

red 87 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #57021D

Tints of Bordeaux #57021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 73.73%
G = 1.69%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#57021D (or 0x57021D) is known color: Bordeaux. HEX triplet: 57, 02 and 1D. RGB value is (87,2,29). Sum of RGB (Red+Green+Blue) = 87+2+29=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57021D is #A8FDE2. Grayscale: #1E1E1E. Windows color (decimal): -11075043 or 1901143. OLE color: 1901143.

HSL color Cylindrical-coordinate representation of color #57021D: hue angle of 340.94º 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 #57021D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 29 -
CMYK 0 0.98 0.67 0.66
HSL 340.94º 0.96% 0.17% -
HSV(B) 340.94º 0.98% 0.34% -
XYZ 4.17 2.16 1.36 -
YUV 30.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 87 2 29 0 0.98 0.67 0.66 340.94 0.96 0.17
Hex 57 2 1D 0 62 43 42 155 60 11
Octal 127 2 35 0 142 103 102 525 140 21
Binary 1010111 10 11101 0 1100010 1000011 1000010 101010101 1100000 10001

Color Harmonies of #57021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57021D

Black with #57021D

Text Example


Text Example

White with #57021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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