Html Css Color HEX #510421 Bordeaux

📋 copy color: '#510421'

red 81 ◦ green 4 ◦ blue 33

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

Shades of Bordeaux #510421

Tints of Bordeaux #510421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

 BLUE value IS 33 (13.28% from 255) = 27.97%

R = 68.64%
G = 3.39%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#510421 (or 0x510421) is known color: Bordeaux. HEX triplet: 51, 04 and 21. RGB value is (81,4,33). Sum of RGB (Red+Green+Blue) = 81+4+33=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #510421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510421 is #AEFBDE. Grayscale: #1E1E1E. Windows color (decimal): -11467743 or 2163793. OLE color: 2163793.

HSL color Cylindrical-coordinate representation of color #510421: hue angle of 337.4º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510421 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 4 33 -
CMYK 0 0.95 0.59 0.68
HSL 337.4º 0.91% 0.17% -
HSV(B) 337.4º 0.95% 0.32% -
XYZ 3.71 1.95 1.62 -
YUV 30.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 81 4 33 0 0.95 0.59 0.68 337.4 0.91 0.17
Hex 51 4 21 0 5F 3B 44 151 5B 11
Octal 121 4 41 0 137 73 104 521 133 21
Binary 1010001 100 100001 0 1011111 111011 1000100 101010001 1011011 10001

Color Harmonies of #510421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510421

Black with #510421

Text Example


Text Example

White with #510421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510421; }

 p { color: rgb(81,4,33); }

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

background-color css

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

 a { background-color: rgb(81,4,33); }

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

border-color css

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

 span { border-color: rgb(81,4,33); }

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