Html Css Color HEX #521F2C Bordeaux

📋 copy color: '#521F2C'

red 82 ◦ green 31 ◦ blue 44

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

Shades of Bordeaux #521F2C

Tints of Bordeaux #521F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 52.23%
G = 19.75%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#521F2C (or 0x521F2C) is known color: Bordeaux. HEX triplet: 52, 1F and 2C. RGB value is (82,31,44). Sum of RGB (Red+Green+Blue) = 82+31+44=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #521F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F2C is #ADE0D3. Grayscale: #2F2F2F. Windows color (decimal): -11395284 or 2891602. OLE color: 2891602.

HSL color Cylindrical-coordinate representation of color #521F2C: hue angle of 344.71º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #521F2C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 44 -
CMYK 0 0.62 0.46 0.68
HSL 344.71º 0.45% 0.22% -
HSV(B) 344.71º 0.62% 0.32% -
XYZ 4.42 2.96 2.72 -
YUV 47.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 82 31 44 0 0.62 0.46 0.68 344.71 0.45 0.22
Hex 52 1F 2C 0 3E 2E 44 159 2D 16
Octal 122 37 54 0 76 56 104 531 55 26
Binary 1010010 11111 101100 0 111110 101110 1000100 101011001 101101 10110

Color Harmonies of #521F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F2C

Black with #521F2C

Text Example


Text Example

White with #521F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F2C; }

 p { color: rgb(82,31,44); }

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

background-color css

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

 a { background-color: rgb(82,31,44); }

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

border-color css

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

 span { border-color: rgb(82,31,44); }

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