Html Css Color HEX #57021A Bordeaux

📋 copy color: '#57021A'

red 87 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #57021A

Tints of Bordeaux #57021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 75.65%
G = 1.74%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57021A (or 0x57021A) is known color: Bordeaux. HEX triplet: 57, 02 and 1A. RGB value is (87,2,26). Sum of RGB (Red+Green+Blue) = 87+2+26=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #57021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57021A is #A8FDE5. Grayscale: #1E1E1E. Windows color (decimal): -11075046 or 1704535. OLE color: 1704535.

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

Color convert

RGB 87 2 26 -
CMYK 0 0.98 0.70 0.66
HSL 343.06º 0.96% 0.17% -
HSV(B) 343.06º 0.98% 0.34% -
XYZ 4.14 2.14 1.17 -
YUV 30.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 87 2 26 0 0.98 0.70 0.66 343.06 0.96 0.17
Hex 57 2 1A 0 62 46 42 157 60 11
Octal 127 2 32 0 142 106 102 527 140 21
Binary 1010111 10 11010 0 1100010 1000110 1000010 101010111 1100000 10001

Color Harmonies of #57021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57021A

Black with #57021A

Text Example


Text Example

White with #57021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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