Html Css Color HEX #51020F Bordeaux

📋 copy color: '#51020F'

red 81 ◦ green 2 ◦ blue 15

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

Shades of Bordeaux #51020F

Tints of Bordeaux #51020F

RGB

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

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

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

R = 82.65%
G = 2.04%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#51020F (or 0x51020F) is known color: Bordeaux. HEX triplet: 51, 02 and 0F. RGB value is (81,2,15). Sum of RGB (Red+Green+Blue) = 81+2+15=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #51020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51020F is #AEFDF0. Grayscale: #1B1B1B. Windows color (decimal): -11468273 or 983633. OLE color: 983633.

HSL color Cylindrical-coordinate representation of color #51020F: hue angle of 350.13º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51020F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 15 -
CMYK 0 0.98 0.81 0.68
HSL 350.13º 0.95% 0.16% -
HSV(B) 350.13º 0.98% 0.32% -
XYZ 3.5 1.83 0.62 -
YUV 27.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 81 2 15 0 0.98 0.81 0.68 350.13 0.95 0.16
Hex 51 2 F 0 62 51 44 15E 5F 10
Octal 121 2 17 0 142 121 104 536 137 20
Binary 1010001 10 1111 0 1100010 1010001 1000100 101011110 1011111 10000

Color Harmonies of #51020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51020F

Black with #51020F

Text Example


Text Example

White with #51020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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