Html Css Color HEX #521328 Bordeaux

📋 copy color: '#521328'

red 82 ◦ green 19 ◦ blue 40

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

Shades of Bordeaux #521328

Tints of Bordeaux #521328

RGB

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

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

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

R = 58.16%
G = 13.48%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#521328 (or 0x521328) is known color: Bordeaux. HEX triplet: 52, 13 and 28. RGB value is (82,19,40). Sum of RGB (Red+Green+Blue) = 82+19+40=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521328 is #ADECD7. Grayscale: #282828. Windows color (decimal): -11398360 or 2626386. OLE color: 2626386.

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

Color convert

RGB 82 19 40 -
CMYK 0 0.77 0.51 0.68
HSL 340º 0.62% 0.2% -
HSV(B) 340º 0.77% 0.32% -
XYZ 4.1 2.41 2.26 -
YUV 40.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 82 19 40 0 0.77 0.51 0.68 340 0.62 0.2
Hex 52 13 28 0 4D 33 44 154 3E 14
Octal 122 23 50 0 115 63 104 524 76 24
Binary 1010010 10011 101000 0 1001101 110011 1000100 101010100 111110 10100

Color Harmonies of #521328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521328

Black with #521328

Text Example


Text Example

White with #521328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521328; }

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

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

background-color css

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

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

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

border-color css

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

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

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