Html Css Color HEX #521728 Bordeaux

📋 copy color: '#521728'

red 82 ◦ green 23 ◦ blue 40

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

Shades of Bordeaux #521728

Tints of Bordeaux #521728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

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

R = 56.55%
G = 15.86%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#521728 (or 0x521728) is known color: Bordeaux. HEX triplet: 52, 17 and 28. RGB value is (82,23,40). Sum of RGB (Red+Green+Blue) = 82+23+40=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #521728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521728 is #ADE8D7. Grayscale: #2A2A2A. Windows color (decimal): -11397336 or 2627410. OLE color: 2627410.

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

Color convert

RGB 82 23 40 -
CMYK 0 0.72 0.51 0.68
HSL 342.71º 0.56% 0.21% -
HSV(B) 342.71º 0.72% 0.32% -
XYZ 4.17 2.56 2.28 -
YUV 42.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 82 23 40 0 0.72 0.51 0.68 342.71 0.56 0.21
Hex 52 17 28 0 48 33 44 157 38 15
Octal 122 27 50 0 110 63 104 527 70 25
Binary 1010010 10111 101000 0 1001000 110011 1000100 101010111 111000 10101

Color Harmonies of #521728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521728

Black with #521728

Text Example


Text Example

White with #521728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521728; }

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

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

background-color css

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

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

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

border-color css

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

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

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