Html Css Color HEX #521C2A Bordeaux

📋 copy color: '#521C2A'

red 82 ◦ green 28 ◦ blue 42

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

Shades of Bordeaux #521C2A

Tints of Bordeaux #521C2A

RGB

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

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

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

R = 53.95%
G = 18.42%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#521C2A (or 0x521C2A) is known color: Bordeaux. HEX triplet: 52, 1C and 2A. RGB value is (82,28,42). Sum of RGB (Red+Green+Blue) = 82+28+42=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2A is #ADE3D5. Grayscale: #2D2D2D. Windows color (decimal): -11396054 or 2759762. OLE color: 2759762.

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

Color convert

RGB 82 28 42 -
CMYK 0 0.66 0.49 0.68
HSL 344.44º 0.49% 0.22% -
HSV(B) 344.44º 0.66% 0.32% -
XYZ 4.31 2.79 2.5 -
YUV 45.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 82 28 42 0 0.66 0.49 0.68 344.44 0.49 0.22
Hex 52 1C 2A 0 42 31 44 158 31 16
Octal 122 34 52 0 102 61 104 530 61 26
Binary 1010010 11100 101010 0 1000010 110001 1000100 101011000 110001 10110

Color Harmonies of #521C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C2A

Black with #521C2A

Text Example


Text Example

White with #521C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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