Html Css Color HEX #57020D Bordeaux

📋 copy color: '#57020D'

red 87 ◦ green 2 ◦ blue 13

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

Shades of Bordeaux #57020D

Tints of Bordeaux #57020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 85.29%
G = 1.96%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57020D (or 0x57020D) is known color: Bordeaux. HEX triplet: 57, 02 and 0D. RGB value is (87,2,13). Sum of RGB (Red+Green+Blue) = 87+2+13=102 (13% of max value = 765). Red value is 87 (34.38% from 255 or 85.29% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 87 - color contains mainly: red. Hex color #57020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57020D is #A8FDF2. Grayscale: #1C1C1C. Windows color (decimal): -11075059 or 852567. OLE color: 852567.

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

Color convert

RGB 87 2 13 -
CMYK 0 0.98 0.85 0.66
HSL 352.24º 0.96% 0.17% -
HSV(B) 352.24º 0.98% 0.34% -
XYZ 4.02 2.1 0.57 -
YUV 28.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 87 2 13 0 0.98 0.85 0.66 352.24 0.96 0.17
Hex 57 2 D 0 62 55 42 160 60 11
Octal 127 2 15 0 142 125 102 540 140 21
Binary 1010111 10 1101 0 1100010 1010101 1000010 101100000 1100000 10001

Color Harmonies of #57020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57020D

Black with #57020D

Text Example


Text Example

White with #57020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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