Html Css Color HEX #57020F Bordeaux

📋 copy color: '#57020F'

red 87 ◦ green 2 ◦ blue 15

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

Shades of Bordeaux #57020F

Tints of Bordeaux #57020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 83.65%
G = 1.92%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57020F (or 0x57020F) is known color: Bordeaux. HEX triplet: 57, 02 and 0F. RGB value is (87,2,15). Sum of RGB (Red+Green+Blue) = 87+2+15=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #57020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57020F is #A8FDF0. Grayscale: #1C1C1C. Windows color (decimal): -11075057 or 983639. OLE color: 983639.

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

Color convert

RGB 87 2 15 -
CMYK 0 0.98 0.83 0.66
HSL 350.82º 0.96% 0.17% -
HSV(B) 350.82º 0.98% 0.34% -
XYZ 4.04 2.1 0.65 -
YUV 28.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 87 2 15 0 0.98 0.83 0.66 350.82 0.96 0.17
Hex 57 2 F 0 62 53 42 15F 60 11
Octal 127 2 17 0 142 123 102 537 140 21
Binary 1010111 10 1111 0 1100010 1010011 1000010 101011111 1100000 10001

Color Harmonies of #57020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57020F

Black with #57020F

Text Example


Text Example

White with #57020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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