Html Css Color HEX #51021F Bordeaux

📋 copy color: '#51021F'

red 81 ◦ green 2 ◦ blue 31

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

Shades of Bordeaux #51021F

Tints of Bordeaux #51021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 71.05%
G = 1.75%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#51021F (or 0x51021F) is known color: Bordeaux. HEX triplet: 51, 02 and 1F. RGB value is (81,2,31). Sum of RGB (Red+Green+Blue) = 81+2+31=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #51021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51021F is #AEFDE0. Grayscale: #1C1C1C. Windows color (decimal): -11468257 or 2032209. OLE color: 2032209.

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

Color convert

RGB 81 2 31 -
CMYK 0 0.98 0.62 0.68
HSL 337.97º 0.95% 0.16% -
HSV(B) 337.97º 0.98% 0.32% -
XYZ 3.66 1.89 1.47 -
YUV 28.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 81 2 31 0 0.98 0.62 0.68 337.97 0.95 0.16
Hex 51 2 1F 0 62 3E 44 152 5F 10
Octal 121 2 37 0 142 76 104 522 137 20
Binary 1010001 10 11111 0 1100010 111110 1000100 101010010 1011111 10000

Color Harmonies of #51021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51021F

Black with #51021F

Text Example


Text Example

White with #51021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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