Html Css Color HEX #51021C Bordeaux

📋 copy color: '#51021C'

red 81 ◦ green 2 ◦ blue 28

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

Shades of Bordeaux #51021C

Tints of Bordeaux #51021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.23%

R = 72.97%
G = 1.8%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#51021C (or 0x51021C) is known color: Bordeaux. HEX triplet: 51, 02 and 1C. RGB value is (81,2,28). Sum of RGB (Red+Green+Blue) = 81+2+28=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #51021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51021C is #AEFDE3. Grayscale: #1C1C1C. Windows color (decimal): -11468260 or 1835601. OLE color: 1835601.

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

Color convert

RGB 81 2 28 -
CMYK 0 0.98 0.65 0.68
HSL 340.25º 0.95% 0.16% -
HSV(B) 340.25º 0.98% 0.32% -
XYZ 3.62 1.88 1.27 -
YUV 28.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 81 2 28 0 0.98 0.65 0.68 340.25 0.95 0.16
Hex 51 2 1C 0 62 41 44 154 5F 10
Octal 121 2 34 0 142 101 104 524 137 20
Binary 1010001 10 11100 0 1100010 1000001 1000100 101010100 1011111 10000

Color Harmonies of #51021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51021C

Black with #51021C

Text Example


Text Example

White with #51021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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