Html Css Color HEX #521426 Bordeaux

📋 copy color: '#521426'

red 82 ◦ green 20 ◦ blue 38

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

Shades of Bordeaux #521426

Tints of Bordeaux #521426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 58.57%
G = 14.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#521426 (or 0x521426) is known color: Bordeaux. HEX triplet: 52, 14 and 26. RGB value is (82,20,38). Sum of RGB (Red+Green+Blue) = 82+20+38=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521426 is #ADEBD9. Grayscale: #282828. Windows color (decimal): -11398106 or 2495570. OLE color: 2495570.

HSL color Cylindrical-coordinate representation of color #521426: hue angle of 342.58º 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 #521426 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 20 38 -
CMYK 0 0.76 0.54 0.68
HSL 342.58º 0.61% 0.2% -
HSV(B) 342.58º 0.76% 0.32% -
XYZ 4.08 2.43 2.09 -
YUV 40.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 82 20 38 0 0.76 0.54 0.68 342.58 0.61 0.2
Hex 52 14 26 0 4C 36 44 157 3D 14
Octal 122 24 46 0 114 66 104 527 75 24
Binary 1010010 10100 100110 0 1001100 110110 1000100 101010111 111101 10100

Color Harmonies of #521426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521426

Black with #521426

Text Example


Text Example

White with #521426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521426; }

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

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

background-color css

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

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

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

border-color css

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

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

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