Html Css Color HEX #57090E Bordeaux

📋 copy color: '#57090E'

red 87 ◦ green 9 ◦ blue 14

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

Shades of Bordeaux #57090E

Tints of Bordeaux #57090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

 BLUE value IS 14 (5.86% from 255) = 12.73%

R = 79.09%
G = 8.18%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57090E (or 0x57090E) is known color: Bordeaux. HEX triplet: 57, 09 and 0E. RGB value is (87,9,14). Sum of RGB (Red+Green+Blue) = 87+9+14=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #57090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57090E is #A8F6F1. Grayscale: #202020. Windows color (decimal): -11073266 or 919895. OLE color: 919895.

HSL color Cylindrical-coordinate representation of color #57090E: hue angle of 356.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57090E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 9 14 -
CMYK 0 0.90 0.84 0.66
HSL 356.15º 0.81% 0.19% -
HSV(B) 356.15º 0.9% 0.34% -
XYZ 4.11 2.25 0.63 -
YUV 32.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 87 9 14 0 0.90 0.84 0.66 356.15 0.81 0.19
Hex 57 9 E 0 5A 54 42 164 51 13
Octal 127 11 16 0 132 124 102 544 121 23
Binary 1010111 1001 1110 0 1011010 1010100 1000010 101100100 1010001 10011

Color Harmonies of #57090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57090E

Black with #57090E

Text Example


Text Example

White with #57090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,9,14); }

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

background-color css

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

 a { background-color: rgb(87,9,14); }

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

border-color css

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

 span { border-color: rgb(87,9,14); }

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