Html Css Color HEX #521B24 Bordeaux

📋 copy color: '#521B24'

red 82 ◦ green 27 ◦ blue 36

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

Shades of Bordeaux #521B24

Tints of Bordeaux #521B24

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 56.55%
G = 18.62%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#521B24 (or 0x521B24) is known color: Bordeaux. HEX triplet: 52, 1B and 24. RGB value is (82,27,36). Sum of RGB (Red+Green+Blue) = 82+27+36=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #521B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B24 is #ADE4DB. Grayscale: #2C2C2C. Windows color (decimal): -11396316 or 2366290. OLE color: 2366290.

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

Color convert

RGB 82 27 36 -
CMYK 0 0.67 0.56 0.68
HSL 350.18º 0.5% 0.21% -
HSV(B) 350.18º 0.67% 0.32% -
XYZ 4.19 2.71 1.97 -
YUV 44.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 82 27 36 0 0.67 0.56 0.68 350.18 0.5 0.21
Hex 52 1B 24 0 43 38 44 15E 32 15
Octal 122 33 44 0 103 70 104 536 62 25
Binary 1010010 11011 100100 0 1000011 111000 1000100 101011110 110010 10101

Color Harmonies of #521B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B24

Black with #521B24

Text Example


Text Example

White with #521B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,27,36); }

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

background-color css

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

 a { background-color: rgb(82,27,36); }

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

border-color css

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

 span { border-color: rgb(82,27,36); }

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