Html Css Color HEX #510521 Bordeaux

📋 copy color: '#510521'

red 81 ◦ green 5 ◦ blue 33

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

Shades of Bordeaux #510521

Tints of Bordeaux #510521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

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

R = 68.07%
G = 4.2%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#510521 (or 0x510521) is known color: Bordeaux. HEX triplet: 51, 05 and 21. RGB value is (81,5,33). Sum of RGB (Red+Green+Blue) = 81+5+33=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #510521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510521 is #AEFADE. Grayscale: #1E1E1E. Windows color (decimal): -11467487 or 2164049. OLE color: 2164049.

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

Color convert

RGB 81 5 33 -
CMYK 0 0.94 0.59 0.68
HSL 337.89º 0.88% 0.17% -
HSV(B) 337.89º 0.94% 0.32% -
XYZ 3.72 1.97 1.62 -
YUV 30.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 81 5 33 0 0.94 0.59 0.68 337.89 0.88 0.17
Hex 51 5 21 0 5E 3B 44 152 58 11
Octal 121 5 41 0 136 73 104 522 130 21
Binary 1010001 101 100001 0 1011110 111011 1000100 101010010 1011000 10001

Color Harmonies of #510521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510521

Black with #510521

Text Example


Text Example

White with #510521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510521; }

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

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

background-color css

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

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

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

border-color css

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

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

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