Html Css Color HEX #521128 Bordeaux

📋 copy color: '#521128'

red 82 ◦ green 17 ◦ blue 40

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

Shades of Bordeaux #521128

Tints of Bordeaux #521128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 58.99%
G = 12.23%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#521128 (or 0x521128) is known color: Bordeaux. HEX triplet: 52, 11 and 28. RGB value is (82,17,40). Sum of RGB (Red+Green+Blue) = 82+17+40=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521128 is #ADEED7. Grayscale: #272727. Windows color (decimal): -11398872 or 2625874. OLE color: 2625874.

HSL color Cylindrical-coordinate representation of color #521128: hue angle of 338.77º 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 #521128 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 17 40 -
CMYK 0 0.79 0.51 0.68
HSL 338.77º 0.66% 0.19% -
HSV(B) 338.77º 0.79% 0.32% -
XYZ 4.06 2.35 2.25 -
YUV 39.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 82 17 40 0 0.79 0.51 0.68 338.77 0.66 0.19
Hex 52 11 28 0 4F 33 44 153 42 13
Octal 122 21 50 0 117 63 104 523 102 23
Binary 1010010 10001 101000 0 1001111 110011 1000100 101010011 1000010 10011

Color Harmonies of #521128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521128

Black with #521128

Text Example


Text Example

White with #521128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521128; }

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

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

background-color css

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

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

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

border-color css

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

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

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