Html Css Color HEX #521C28 Bordeaux

📋 copy color: '#521C28'

red 82 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #521C28

Tints of Bordeaux #521C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 54.67%
G = 18.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#521C28 (or 0x521C28) is known color: Bordeaux. HEX triplet: 52, 1C and 28. RGB value is (82,28,40). Sum of RGB (Red+Green+Blue) = 82+28+40=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #521C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C28 is #ADE3D7. Grayscale: #2D2D2D. Windows color (decimal): -11396056 or 2628690. OLE color: 2628690.

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

Color convert

RGB 82 28 40 -
CMYK 0 0.66 0.51 0.68
HSL 346.67º 0.49% 0.22% -
HSV(B) 346.67º 0.66% 0.32% -
XYZ 4.28 2.78 2.32 -
YUV 45.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 82 28 40 0 0.66 0.51 0.68 346.67 0.49 0.22
Hex 52 1C 28 0 42 33 44 15B 31 16
Octal 122 34 50 0 102 63 104 533 61 26
Binary 1010010 11100 101000 0 1000010 110011 1000100 101011011 110001 10110

Color Harmonies of #521C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C28

Black with #521C28

Text Example


Text Example

White with #521C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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