Html Css Color HEX #521928 Bordeaux

📋 copy color: '#521928'

red 82 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #521928

Tints of Bordeaux #521928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

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

R = 55.78%
G = 17.01%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#521928 (or 0x521928) is known color: Bordeaux. HEX triplet: 52, 19 and 28. RGB value is (82,25,40). Sum of RGB (Red+Green+Blue) = 82+25+40=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #521928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521928 is #ADE6D7. Grayscale: #2B2B2B. Windows color (decimal): -11396824 or 2627922. OLE color: 2627922.

HSL color Cylindrical-coordinate representation of color #521928: hue angle of 344.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521928 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 40 -
CMYK 0 0.70 0.51 0.68
HSL 344.21º 0.53% 0.21% -
HSV(B) 344.21º 0.7% 0.32% -
XYZ 4.21 2.64 2.3 -
YUV 43.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 82 25 40 0 0.70 0.51 0.68 344.21 0.53 0.21
Hex 52 19 28 0 46 33 44 158 35 15
Octal 122 31 50 0 106 63 104 530 65 25
Binary 1010010 11001 101000 0 1000110 110011 1000100 101011000 110101 10101

Color Harmonies of #521928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521928

Black with #521928

Text Example


Text Example

White with #521928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521928; }

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

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

background-color css

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

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

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

border-color css

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

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

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