Html Css Color HEX #52011E Bordeaux

📋 copy color: '#52011E'

red 82 ◦ green 1 ◦ blue 30

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

Shades of Bordeaux #52011E

Tints of Bordeaux #52011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 72.57%
G = 0.88%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52011E (or 0x52011E) is known color: Bordeaux. HEX triplet: 52, 01 and 1E. RGB value is (82,1,30). Sum of RGB (Red+Green+Blue) = 82+1+30=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #52011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52011E is #ADFEE1. Grayscale: #1C1C1C. Windows color (decimal): -11402978 or 1966418. OLE color: 1966418.

HSL color Cylindrical-coordinate representation of color #52011E: hue angle of 338.52º 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 #52011E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 30 -
CMYK 0 0.99 0.63 0.68
HSL 338.52º 0.98% 0.16% -
HSV(B) 338.52º 0.99% 0.32% -
XYZ 3.72 1.91 1.4 -
YUV 28.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 82 1 30 0 0.99 0.63 0.68 338.52 0.98 0.16
Hex 52 1 1E 0 63 3F 44 153 62 10
Octal 122 1 36 0 143 77 104 523 142 20
Binary 1010010 1 11110 0 1100011 111111 1000100 101010011 1100010 10000

Color Harmonies of #52011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52011E

Black with #52011E

Text Example


Text Example

White with #52011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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