Html Css Color HEX #521427 Bordeaux

📋 copy color: '#521427'

red 82 ◦ green 20 ◦ blue 39

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

Shades of Bordeaux #521427

Tints of Bordeaux #521427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 58.16%
G = 14.18%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#521427 (or 0x521427) is known color: Bordeaux. HEX triplet: 52, 14 and 27. RGB value is (82,20,39). Sum of RGB (Red+Green+Blue) = 82+20+39=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521427 is #ADEBD8. Grayscale: #282828. Windows color (decimal): -11398105 or 2561106. OLE color: 2561106.

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

Color convert

RGB 82 20 39 -
CMYK 0 0.76 0.52 0.68
HSL 341.61º 0.61% 0.2% -
HSV(B) 341.61º 0.76% 0.32% -
XYZ 4.1 2.44 2.17 -
YUV 40.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 82 20 39 0 0.76 0.52 0.68 341.61 0.61 0.2
Hex 52 14 27 0 4C 34 44 156 3D 14
Octal 122 24 47 0 114 64 104 526 75 24
Binary 1010010 10100 100111 0 1001100 110100 1000100 101010110 111101 10100

Color Harmonies of #521427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521427

Black with #521427

Text Example


Text Example

White with #521427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521427; }

 p { color: rgb(82,20,39); }

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

background-color css

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

 a { background-color: rgb(82,20,39); }

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

border-color css

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

 span { border-color: rgb(82,20,39); }

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