Html Css Color HEX #521323 Bordeaux

📋 copy color: '#521323'

red 82 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #521323

Tints of Bordeaux #521323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 60.29%
G = 13.97%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#521323 (or 0x521323) is known color: Bordeaux. HEX triplet: 52, 13 and 23. RGB value is (82,19,35). Sum of RGB (Red+Green+Blue) = 82+19+35=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #521323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521323 is #ADECDC. Grayscale: #272727. Windows color (decimal): -11398365 or 2298706. OLE color: 2298706.

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

Color convert

RGB 82 19 35 -
CMYK 0 0.77 0.57 0.68
HSL 344.76º 0.62% 0.2% -
HSV(B) 344.76º 0.77% 0.32% -
XYZ 4.02 2.38 1.84 -
YUV 39.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 82 19 35 0 0.77 0.57 0.68 344.76 0.62 0.2
Hex 52 13 23 0 4D 39 44 159 3E 14
Octal 122 23 43 0 115 71 104 531 76 24
Binary 1010010 10011 100011 0 1001101 111001 1000100 101011001 111110 10100

Color Harmonies of #521323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521323

Black with #521323

Text Example


Text Example

White with #521323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521323; }

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

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

background-color css

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

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

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

border-color css

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

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

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