Html Css Color HEX #57021E Bordeaux

📋 copy color: '#57021E'

red 87 ◦ green 2 ◦ blue 30

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

Shades of Bordeaux #57021E

Tints of Bordeaux #57021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.21%

R = 73.11%
G = 1.68%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#57021E (or 0x57021E) is known color: Bordeaux. HEX triplet: 57, 02 and 1E. RGB value is (87,2,30). Sum of RGB (Red+Green+Blue) = 87+2+30=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57021E is #A8FDE1. Grayscale: #1E1E1E. Windows color (decimal): -11075042 or 1966679. OLE color: 1966679.

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

Color convert

RGB 87 2 30 -
CMYK 0 0.98 0.66 0.66
HSL 340.24º 0.96% 0.17% -
HSV(B) 340.24º 0.98% 0.34% -
XYZ 4.19 2.16 1.43 -
YUV 30.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 87 2 30 0 0.98 0.66 0.66 340.24 0.96 0.17
Hex 57 2 1E 0 62 42 42 154 60 11
Octal 127 2 36 0 142 102 102 524 140 21
Binary 1010111 10 11110 0 1100010 1000010 1000010 101010100 1100000 10001

Color Harmonies of #57021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57021E

Black with #57021E

Text Example


Text Example

White with #57021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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