Html Css Color HEX #510522 Bordeaux

📋 copy color: '#510522'

red 81 ◦ green 5 ◦ blue 34

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

Shades of Bordeaux #510522

Tints of Bordeaux #510522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 28.33%

R = 67.5%
G = 4.17%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#510522 (or 0x510522) is known color: Bordeaux. HEX triplet: 51, 05 and 22. RGB value is (81,5,34). Sum of RGB (Red+Green+Blue) = 81+5+34=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510522 is #AEFADD. Grayscale: #1E1E1E. Windows color (decimal): -11467486 or 2229585. OLE color: 2229585.

HSL color Cylindrical-coordinate representation of color #510522: hue angle of 337.11º 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 #510522 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 5 34 -
CMYK 0 0.94 0.58 0.68
HSL 337.11º 0.88% 0.17% -
HSV(B) 337.11º 0.94% 0.32% -
XYZ 3.74 1.97 1.7 -
YUV 31.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 81 5 34 0 0.94 0.58 0.68 337.11 0.88 0.17
Hex 51 5 22 0 5E 3A 44 151 58 11
Octal 121 5 42 0 136 72 104 521 130 21
Binary 1010001 101 100010 0 1011110 111010 1000100 101010001 1011000 10001

Color Harmonies of #510522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510522

Black with #510522

Text Example


Text Example

White with #510522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510522; }

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

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

background-color css

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

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

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

border-color css

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

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

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