Html Css Color HEX #521326 Bordeaux

📋 copy color: '#521326'

red 82 ◦ green 19 ◦ blue 38

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

Shades of Bordeaux #521326

Tints of Bordeaux #521326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 58.99%
G = 13.67%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#521326 (or 0x521326) is known color: Bordeaux. HEX triplet: 52, 13 and 26. RGB value is (82,19,38). Sum of RGB (Red+Green+Blue) = 82+19+38=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #521326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521326 is #ADECD9. Grayscale: #272727. Windows color (decimal): -11398362 or 2495314. OLE color: 2495314.

HSL color Cylindrical-coordinate representation of color #521326: hue angle of 341.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521326 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 19 38 -
CMYK 0 0.77 0.54 0.68
HSL 341.9º 0.62% 0.2% -
HSV(B) 341.9º 0.77% 0.32% -
XYZ 4.06 2.4 2.08 -
YUV 40 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 82 19 38 0 0.77 0.54 0.68 341.9 0.62 0.2
Hex 52 13 26 0 4D 36 44 156 3E 14
Octal 122 23 46 0 115 66 104 526 76 24
Binary 1010010 10011 100110 0 1001101 110110 1000100 101010110 111110 10100

Color Harmonies of #521326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521326

Black with #521326

Text Example


Text Example

White with #521326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521326; }

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

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

background-color css

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

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

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

border-color css

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

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

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