Html Css Color HEX #510921 Bordeaux

📋 copy color: '#510921'

red 81 ◦ green 9 ◦ blue 33

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

Shades of Bordeaux #510921

Tints of Bordeaux #510921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 65.85%
G = 7.32%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#510921 (or 0x510921) is known color: Bordeaux. HEX triplet: 51, 09 and 21. RGB value is (81,9,33). Sum of RGB (Red+Green+Blue) = 81+9+33=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510921 is #AEF6DE. Grayscale: #212121. Windows color (decimal): -11466463 or 2165073. OLE color: 2165073.

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

Color convert

RGB 81 9 33 -
CMYK 0 0.89 0.59 0.68
HSL 340º 0.8% 0.18% -
HSV(B) 340º 0.89% 0.32% -
XYZ 3.77 2.05 1.64 -
YUV 33.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 81 9 33 0 0.89 0.59 0.68 340 0.8 0.18
Hex 51 9 21 0 59 3B 44 154 50 12
Octal 121 11 41 0 131 73 104 524 120 22
Binary 1010001 1001 100001 0 1011001 111011 1000100 101010100 1010000 10010

Color Harmonies of #510921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510921

Black with #510921

Text Example


Text Example

White with #510921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510921; }

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

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

background-color css

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

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

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

border-color css

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

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

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