Html Css Color HEX #57021C Bordeaux

📋 copy color: '#57021C'

red 87 ◦ green 2 ◦ blue 28

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

Shades of Bordeaux #57021C

Tints of Bordeaux #57021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 74.36%
G = 1.71%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57021C (or 0x57021C) is known color: Bordeaux. HEX triplet: 57, 02 and 1C. RGB value is (87,2,28). Sum of RGB (Red+Green+Blue) = 87+2+28=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57021C is #A8FDE3. Grayscale: #1E1E1E. Windows color (decimal): -11075044 or 1835607. OLE color: 1835607.

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

Color convert

RGB 87 2 28 -
CMYK 0 0.98 0.68 0.66
HSL 341.65º 0.96% 0.17% -
HSV(B) 341.65º 0.98% 0.34% -
XYZ 4.16 2.15 1.29 -
YUV 30.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 87 2 28 0 0.98 0.68 0.66 341.65 0.96 0.17
Hex 57 2 1C 0 62 44 42 156 60 11
Octal 127 2 34 0 142 104 102 526 140 21
Binary 1010111 10 11100 0 1100010 1000100 1000010 101010110 1100000 10001

Color Harmonies of #57021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57021C

Black with #57021C

Text Example


Text Example

White with #57021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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