Html Css Color HEX #510622 Bordeaux

📋 copy color: '#510622'

red 81 ◦ green 6 ◦ blue 34

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

Shades of Bordeaux #510622

Tints of Bordeaux #510622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

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

R = 66.94%
G = 4.96%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#510622 (or 0x510622) is known color: Bordeaux. HEX triplet: 51, 06 and 22. RGB value is (81,6,34). Sum of RGB (Red+Green+Blue) = 81+6+34=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510622 is #AEF9DD. Grayscale: #1F1F1F. Windows color (decimal): -11467230 or 2229841. OLE color: 2229841.

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

Color convert

RGB 81 6 34 -
CMYK 0 0.93 0.58 0.68
HSL 337.6º 0.86% 0.17% -
HSV(B) 337.6º 0.93% 0.32% -
XYZ 3.75 2 1.7 -
YUV 31.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 81 6 34 0 0.93 0.58 0.68 337.6 0.86 0.17
Hex 51 6 22 0 5D 3A 44 152 56 11
Octal 121 6 42 0 135 72 104 522 126 21
Binary 1010001 110 100010 0 1011101 111010 1000100 101010010 1010110 10001

Color Harmonies of #510622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510622

Black with #510622

Text Example


Text Example

White with #510622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510622; }

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

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

background-color css

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

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

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

border-color css

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

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

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