Html Css Color HEX #521F2A Bordeaux

📋 copy color: '#521F2A'

red 82 ◦ green 31 ◦ blue 42

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

Shades of Bordeaux #521F2A

Tints of Bordeaux #521F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 52.9%
G = 20%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#521F2A (or 0x521F2A) is known color: Bordeaux. HEX triplet: 52, 1F and 2A. RGB value is (82,31,42). Sum of RGB (Red+Green+Blue) = 82+31+42=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F2A is #ADE0D5. Grayscale: #2F2F2F. Windows color (decimal): -11395286 or 2760530. OLE color: 2760530.

HSL color Cylindrical-coordinate representation of color #521F2A: hue angle of 347.06º 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 #521F2A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 42 -
CMYK 0 0.62 0.49 0.68
HSL 347.06º 0.45% 0.22% -
HSV(B) 347.06º 0.62% 0.32% -
XYZ 4.39 2.94 2.53 -
YUV 47.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 82 31 42 0 0.62 0.49 0.68 347.06 0.45 0.22
Hex 52 1F 2A 0 3E 31 44 15B 2D 16
Octal 122 37 52 0 76 61 104 533 55 26
Binary 1010010 11111 101010 0 111110 110001 1000100 101011011 101101 10110

Color Harmonies of #521F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F2A

Black with #521F2A

Text Example


Text Example

White with #521F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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