Html Css Color HEX #57030E Bordeaux

📋 copy color: '#57030E'

red 87 ◦ green 3 ◦ blue 14

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

Shades of Bordeaux #57030E

Tints of Bordeaux #57030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 83.65%
G = 2.88%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57030E (or 0x57030E) is known color: Bordeaux. HEX triplet: 57, 03 and 0E. RGB value is (87,3,14). Sum of RGB (Red+Green+Blue) = 87+3+14=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #57030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57030E is #A8FCF1. Grayscale: #1D1D1D. Windows color (decimal): -11074802 or 918359. OLE color: 918359.

HSL color Cylindrical-coordinate representation of color #57030E: hue angle of 352.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57030E is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 14 -
CMYK 0 0.97 0.84 0.66
HSL 352.14º 0.93% 0.18% -
HSV(B) 352.14º 0.97% 0.34% -
XYZ 4.04 2.12 0.61 -
YUV 29.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 87 3 14 0 0.97 0.84 0.66 352.14 0.93 0.18
Hex 57 3 E 0 61 54 42 160 5D 12
Octal 127 3 16 0 141 124 102 540 135 22
Binary 1010111 11 1110 0 1100001 1010100 1000010 101100000 1011101 10010

Color Harmonies of #57030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57030E

Black with #57030E

Text Example


Text Example

White with #57030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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