Html Css Color HEX #521124 Bordeaux

📋 copy color: '#521124'

red 82 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #521124

Tints of Bordeaux #521124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 60.74%
G = 12.59%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#521124 (or 0x521124) is known color: Bordeaux. HEX triplet: 52, 11 and 24. RGB value is (82,17,36). Sum of RGB (Red+Green+Blue) = 82+17+36=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #521124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521124 is #ADEEDB. Grayscale: #262626. Windows color (decimal): -11398876 or 2363730. OLE color: 2363730.

HSL color Cylindrical-coordinate representation of color #521124: hue angle of 342.46º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521124 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 17 36 -
CMYK 0 0.79 0.56 0.68
HSL 342.46º 0.66% 0.19% -
HSV(B) 342.46º 0.79% 0.32% -
XYZ 4 2.32 1.91 -
YUV 38.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 82 17 36 0 0.79 0.56 0.68 342.46 0.66 0.19
Hex 52 11 24 0 4F 38 44 156 42 13
Octal 122 21 44 0 117 70 104 526 102 23
Binary 1010010 10001 100100 0 1001111 111000 1000100 101010110 1000010 10011

Color Harmonies of #521124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521124

Black with #521124

Text Example


Text Example

White with #521124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521124; }

 p { color: rgb(82,17,36); }

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

background-color css

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

 a { background-color: rgb(82,17,36); }

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

border-color css

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

 span { border-color: rgb(82,17,36); }

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