Html Css Color HEX #512029 Bordeaux

📋 copy color: '#512029'

red 81 ◦ green 32 ◦ blue 41

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

Shades of Bordeaux #512029

Tints of Bordeaux #512029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

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

R = 52.6%
G = 20.78%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#512029 (or 0x512029) is known color: Bordeaux. HEX triplet: 51, 20 and 29. RGB value is (81,32,41). Sum of RGB (Red+Green+Blue) = 81+32+41=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512029 is #AEDFD6. Grayscale: #2F2F2F. Windows color (decimal): -11460567 or 2695249. OLE color: 2695249.

HSL color Cylindrical-coordinate representation of color #512029: hue angle of 348.98º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512029 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 41 -
CMYK 0 0.60 0.49 0.68
HSL 348.98º 0.43% 0.22% -
HSV(B) 348.98º 0.6% 0.32% -
XYZ 4.31 2.94 2.44 -
YUV 47.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 81 32 41 0 0.60 0.49 0.68 348.98 0.43 0.22
Hex 51 20 29 0 3C 31 44 15D 2B 16
Octal 121 40 51 0 74 61 104 535 53 26
Binary 1010001 100000 101001 0 111100 110001 1000100 101011101 101011 10110

Color Harmonies of #512029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512029

Black with #512029

Text Example


Text Example

White with #512029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512029; }

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

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

background-color css

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

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

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

border-color css

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

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

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