Html Css Color HEX #51021E Bordeaux

📋 copy color: '#51021E'

red 81 ◦ green 2 ◦ blue 30

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

Shades of Bordeaux #51021E

Tints of Bordeaux #51021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 71.68%
G = 1.77%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51021E (or 0x51021E) is known color: Bordeaux. HEX triplet: 51, 02 and 1E. RGB value is (81,2,30). Sum of RGB (Red+Green+Blue) = 81+2+30=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #51021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51021E is #AEFDE1. Grayscale: #1C1C1C. Windows color (decimal): -11468258 or 1966673. OLE color: 1966673.

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

Color convert

RGB 81 2 30 -
CMYK 0 0.98 0.63 0.68
HSL 338.73º 0.95% 0.16% -
HSV(B) 338.73º 0.98% 0.32% -
XYZ 3.65 1.89 1.4 -
YUV 28.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 81 2 30 0 0.98 0.63 0.68 338.73 0.95 0.16
Hex 51 2 1E 0 62 3F 44 153 5F 10
Octal 121 2 36 0 142 77 104 523 137 20
Binary 1010001 10 11110 0 1100010 111111 1000100 101010011 1011111 10000

Color Harmonies of #51021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51021E

Black with #51021E

Text Example


Text Example

White with #51021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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