Html Css Color HEX #52011F Bordeaux

📋 copy color: '#52011F'

red 82 ◦ green 1 ◦ blue 31

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

Shades of Bordeaux #52011F

Tints of Bordeaux #52011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 31 (12.5% from 255) = 27.19%

R = 71.93%
G = 0.88%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52011F (or 0x52011F) is known color: Bordeaux. HEX triplet: 52, 01 and 1F. RGB value is (82,1,31). Sum of RGB (Red+Green+Blue) = 82+1+31=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #52011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52011F is #ADFEE0. Grayscale: #1C1C1C. Windows color (decimal): -11402977 or 2031954. OLE color: 2031954.

HSL color Cylindrical-coordinate representation of color #52011F: hue angle of 337.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52011F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 31 -
CMYK 0 0.99 0.62 0.68
HSL 337.78º 0.98% 0.16% -
HSV(B) 337.78º 0.99% 0.32% -
XYZ 3.74 1.91 1.47 -
YUV 28.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 82 1 31 0 0.99 0.62 0.68 337.78 0.98 0.16
Hex 52 1 1F 0 63 3E 44 152 62 10
Octal 122 1 37 0 143 76 104 522 142 20
Binary 1010010 1 11111 0 1100011 111110 1000100 101010010 1100010 10000

Color Harmonies of #52011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52011F

Black with #52011F

Text Example


Text Example

White with #52011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52011F; }

 p { color: rgb(82,1,31); }

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

background-color css

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

 a { background-color: rgb(82,1,31); }

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

border-color css

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

 span { border-color: rgb(82,1,31); }

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