Html Css Color HEX #51030E Bordeaux

📋 copy color: '#51030E'

red 81 ◦ green 3 ◦ blue 14

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

Shades of Bordeaux #51030E

Tints of Bordeaux #51030E

RGB

 RED value IS 81 (32.03% from 255) = 82.65%

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

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

R = 82.65%
G = 3.06%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#51030E (or 0x51030E) is known color: Bordeaux. HEX triplet: 51, 03 and 0E. RGB value is (81,3,14). Sum of RGB (Red+Green+Blue) = 81+3+14=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #51030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51030E is #AEFCF1. Grayscale: #1B1B1B. Windows color (decimal): -11468018 or 918353. OLE color: 918353.

HSL color Cylindrical-coordinate representation of color #51030E: hue angle of 351.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51030E is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 3 14 -
CMYK 0 0.96 0.83 0.68
HSL 351.54º 0.93% 0.16% -
HSV(B) 351.54º 0.96% 0.32% -
XYZ 3.51 1.85 0.59 -
YUV 27.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 81 3 14 0 0.96 0.83 0.68 351.54 0.93 0.16
Hex 51 3 E 0 60 53 44 160 5D 10
Octal 121 3 16 0 140 123 104 540 135 20
Binary 1010001 11 1110 0 1100000 1010011 1000100 101100000 1011101 10000

Color Harmonies of #51030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51030E

Black with #51030E

Text Example


Text Example

White with #51030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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