Html Css Color HEX #52101A Bordeaux

📋 copy color: '#52101A'

red 82 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #52101A

Tints of Bordeaux #52101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.97%

R = 66.13%
G = 12.9%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52101A (or 0x52101A) is known color: Bordeaux. HEX triplet: 52, 10 and 1A. RGB value is (82,16,26). Sum of RGB (Red+Green+Blue) = 82+16+26=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #52101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52101A is #ADEFE5. Grayscale: #242424. Windows color (decimal): -11399142 or 1708114. OLE color: 1708114.

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

Color convert

RGB 82 16 26 -
CMYK 0 0.80 0.68 0.68
HSL 350.91º 0.67% 0.19% -
HSV(B) 350.91º 0.8% 0.32% -
XYZ 3.85 2.24 1.21 -
YUV 36.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 82 16 26 0 0.80 0.68 0.68 350.91 0.67 0.19
Hex 52 10 1A 0 50 44 44 15F 43 13
Octal 122 20 32 0 120 104 104 537 103 23
Binary 1010010 10000 11010 0 1010000 1000100 1000100 101011111 1000011 10011

Color Harmonies of #52101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52101A

Black with #52101A

Text Example


Text Example

White with #52101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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