Html Css Color HEX #521726 Bordeaux

📋 copy color: '#521726'

red 82 ◦ green 23 ◦ blue 38

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

Shades of Bordeaux #521726

Tints of Bordeaux #521726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 57.34%
G = 16.08%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#521726 (or 0x521726) is known color: Bordeaux. HEX triplet: 52, 17 and 26. RGB value is (82,23,38). Sum of RGB (Red+Green+Blue) = 82+23+38=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521726 is #ADE8D9. Grayscale: #2A2A2A. Windows color (decimal): -11397338 or 2496338. OLE color: 2496338.

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

Color convert

RGB 82 23 38 -
CMYK 0 0.72 0.54 0.68
HSL 344.75º 0.56% 0.21% -
HSV(B) 344.75º 0.72% 0.32% -
XYZ 4.14 2.55 2.11 -
YUV 42.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 82 23 38 0 0.72 0.54 0.68 344.75 0.56 0.21
Hex 52 17 26 0 48 36 44 159 38 15
Octal 122 27 46 0 110 66 104 531 70 25
Binary 1010010 10111 100110 0 1001000 110110 1000100 101011001 111000 10101

Color Harmonies of #521726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521726

Black with #521726

Text Example


Text Example

White with #521726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521726; }

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

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

background-color css

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

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

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

border-color css

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

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

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