Html Css Color HEX #512229 Bordeaux

📋 copy color: '#512229'

red 81 ◦ green 34 ◦ blue 41

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

Shades of Bordeaux #512229

Tints of Bordeaux #512229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 51.92%
G = 21.79%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#512229 (or 0x512229) is known color: Bordeaux. HEX triplet: 51, 22 and 29. RGB value is (81,34,41). Sum of RGB (Red+Green+Blue) = 81+34+41=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #512229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512229 is #AEDDD6. Grayscale: #303030. Windows color (decimal): -11460055 or 2695761. OLE color: 2695761.

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

Color convert

RGB 81 34 41 -
CMYK 0 0.58 0.49 0.68
HSL 351.06º 0.41% 0.23% -
HSV(B) 351.06º 0.58% 0.32% -
XYZ 4.37 3.05 2.46 -
YUV 48.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 81 34 41 0 0.58 0.49 0.68 351.06 0.41 0.23
Hex 51 22 29 0 3A 31 44 15F 29 17
Octal 121 42 51 0 72 61 104 537 51 27
Binary 1010001 100010 101001 0 111010 110001 1000100 101011111 101001 10111

Color Harmonies of #512229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512229

Black with #512229

Text Example


Text Example

White with #512229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512229; }

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

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

background-color css

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

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

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

border-color css

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

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

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