Html Css Color HEX #52101E Bordeaux

📋 copy color: '#52101E'

red 82 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #52101E

Tints of Bordeaux #52101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.5%

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

R = 64.06%
G = 12.5%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52101E (or 0x52101E) is known color: Bordeaux. HEX triplet: 52, 10 and 1E. RGB value is (82,16,30). Sum of RGB (Red+Green+Blue) = 82+16+30=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52101E is #ADEFE1. Grayscale: #252525. Windows color (decimal): -11399138 or 1970258. OLE color: 1970258.

HSL color Cylindrical-coordinate representation of color #52101E: hue angle of 347.27º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52101E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 30 -
CMYK 0 0.80 0.63 0.68
HSL 347.27º 0.67% 0.19% -
HSV(B) 347.27º 0.8% 0.32% -
XYZ 3.9 2.26 1.46 -
YUV 37.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 82 16 30 0 0.80 0.63 0.68 347.27 0.67 0.19
Hex 52 10 1E 0 50 3F 44 15B 43 13
Octal 122 20 36 0 120 77 104 533 103 23
Binary 1010010 10000 11110 0 1010000 111111 1000100 101011011 1000011 10011

Color Harmonies of #52101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52101E

Black with #52101E

Text Example


Text Example

White with #52101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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