Html Css Color HEX #510822 Bordeaux

📋 copy color: '#510822'

red 81 ◦ green 8 ◦ blue 34

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

Shades of Bordeaux #510822

Tints of Bordeaux #510822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 65.85%
G = 6.5%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#510822 (or 0x510822) is known color: Bordeaux. HEX triplet: 51, 08 and 22. RGB value is (81,8,34). Sum of RGB (Red+Green+Blue) = 81+8+34=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510822 is #AEF7DD. Grayscale: #202020. Windows color (decimal): -11466718 or 2230353. OLE color: 2230353.

HSL color Cylindrical-coordinate representation of color #510822: hue angle of 338.63º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510822 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 8 34 -
CMYK 0 0.90 0.58 0.68
HSL 338.63º 0.82% 0.17% -
HSV(B) 338.63º 0.9% 0.32% -
XYZ 3.77 2.04 1.71 -
YUV 32.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 81 8 34 0 0.90 0.58 0.68 338.63 0.82 0.17
Hex 51 8 22 0 5A 3A 44 153 52 11
Octal 121 10 42 0 132 72 104 523 122 21
Binary 1010001 1000 100010 0 1011010 111010 1000100 101010011 1010010 10001

Color Harmonies of #510822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510822

Black with #510822

Text Example


Text Example

White with #510822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510822; }

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

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

background-color css

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

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

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

border-color css

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

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

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