Html Css Color HEX #521523 Bordeaux

📋 copy color: '#521523'

red 82 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #521523

Tints of Bordeaux #521523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

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

R = 59.42%
G = 15.22%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#521523 (or 0x521523) is known color: Bordeaux. HEX triplet: 52, 15 and 23. RGB value is (82,21,35). Sum of RGB (Red+Green+Blue) = 82+21+35=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521523 is #ADEADC. Grayscale: #282828. Windows color (decimal): -11397853 or 2299218. OLE color: 2299218.

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

Color convert

RGB 82 21 35 -
CMYK 0 0.74 0.57 0.68
HSL 346.23º 0.59% 0.2% -
HSV(B) 346.23º 0.74% 0.32% -
XYZ 4.05 2.45 1.85 -
YUV 40.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 82 21 35 0 0.74 0.57 0.68 346.23 0.59 0.2
Hex 52 15 23 0 4A 39 44 15A 3B 14
Octal 122 25 43 0 112 71 104 532 73 24
Binary 1010010 10101 100011 0 1001010 111001 1000100 101011010 111011 10100

Color Harmonies of #521523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521523

Black with #521523

Text Example


Text Example

White with #521523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521523; }

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

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

background-color css

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

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

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

border-color css

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

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

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