Html Css Color HEX #521A2A Bordeaux

📋 copy color: '#521A2A'

red 82 ◦ green 26 ◦ blue 42

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

Shades of Bordeaux #521A2A

Tints of Bordeaux #521A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

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

R = 54.67%
G = 17.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#521A2A (or 0x521A2A) is known color: Bordeaux. HEX triplet: 52, 1A and 2A. RGB value is (82,26,42). Sum of RGB (Red+Green+Blue) = 82+26+42=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A2A is #ADE5D5. Grayscale: #2C2C2C. Windows color (decimal): -11396566 or 2759250. OLE color: 2759250.

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

Color convert

RGB 82 26 42 -
CMYK 0 0.68 0.49 0.68
HSL 342.86º 0.52% 0.21% -
HSV(B) 342.86º 0.68% 0.32% -
XYZ 4.27 2.7 2.49 -
YUV 44.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 82 26 42 0 0.68 0.49 0.68 342.86 0.52 0.21
Hex 52 1A 2A 0 44 31 44 157 34 15
Octal 122 32 52 0 104 61 104 527 64 25
Binary 1010010 11010 101010 0 1000100 110001 1000100 101010111 110100 10101

Color Harmonies of #521A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A2A

Black with #521A2A

Text Example


Text Example

White with #521A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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