Html Css Color HEX #521429 Bordeaux

📋 copy color: '#521429'

red 82 ◦ green 20 ◦ blue 41

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

Shades of Bordeaux #521429

Tints of Bordeaux #521429

RGB

 RED value IS 82 (32.42% from 255) = 57.34%

 GREEN value IS 20 (8.2% from 255) = 13.99%

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

R = 57.34%
G = 13.99%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#521429 (or 0x521429) is known color: Bordeaux. HEX triplet: 52, 14 and 29. RGB value is (82,20,41). Sum of RGB (Red+Green+Blue) = 82+20+41=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521429 is #ADEBD6. Grayscale: #282828. Windows color (decimal): -11398103 or 2692178. OLE color: 2692178.

HSL color Cylindrical-coordinate representation of color #521429: hue angle of 339.68º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521429 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 20 41 -
CMYK 0 0.76 0.50 0.68
HSL 339.68º 0.61% 0.2% -
HSV(B) 339.68º 0.76% 0.32% -
XYZ 4.13 2.45 2.35 -
YUV 40.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 82 20 41 0 0.76 0.50 0.68 339.68 0.61 0.2
Hex 52 14 29 0 4C 32 44 154 3D 14
Octal 122 24 51 0 114 62 104 524 75 24
Binary 1010010 10100 101001 0 1001100 110010 1000100 101010100 111101 10100

Color Harmonies of #521429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521429

Black with #521429

Text Example


Text Example

White with #521429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521429; }

 p { color: rgb(82,20,41); }

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

background-color css

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

 a { background-color: rgb(82,20,41); }

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

border-color css

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

 span { border-color: rgb(82,20,41); }

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