Html Css Color HEX #521C2C Bordeaux

📋 copy color: '#521C2C'

red 82 ◦ green 28 ◦ blue 44

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

Shades of Bordeaux #521C2C

Tints of Bordeaux #521C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

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

R = 53.25%
G = 18.18%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#521C2C (or 0x521C2C) is known color: Bordeaux. HEX triplet: 52, 1C and 2C. RGB value is (82,28,44). Sum of RGB (Red+Green+Blue) = 82+28+44=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2C is #ADE3D3. Grayscale: #2D2D2D. Windows color (decimal): -11396052 or 2890834. OLE color: 2890834.

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

Color convert

RGB 82 28 44 -
CMYK 0 0.66 0.46 0.68
HSL 342.22º 0.49% 0.22% -
HSV(B) 342.22º 0.66% 0.32% -
XYZ 4.35 2.81 2.7 -
YUV 45.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 82 28 44 0 0.66 0.46 0.68 342.22 0.49 0.22
Hex 52 1C 2C 0 42 2E 44 156 31 16
Octal 122 34 54 0 102 56 104 526 61 26
Binary 1010010 11100 101100 0 1000010 101110 1000100 101010110 110001 10110

Color Harmonies of #521C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C2C

Black with #521C2C

Text Example


Text Example

White with #521C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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