Html Css Color HEX #52111E Bordeaux

📋 copy color: '#52111E'

red 82 ◦ green 17 ◦ blue 30

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

Shades of Bordeaux #52111E

Tints of Bordeaux #52111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.18%

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

R = 63.57%
G = 13.18%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52111E (or 0x52111E) is known color: Bordeaux. HEX triplet: 52, 11 and 1E. RGB value is (82,17,30). Sum of RGB (Red+Green+Blue) = 82+17+30=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52111E is #ADEEE1. Grayscale: #252525. Windows color (decimal): -11398882 or 1970514. OLE color: 1970514.

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

Color convert

RGB 82 17 30 -
CMYK 0 0.79 0.63 0.68
HSL 348º 0.66% 0.19% -
HSV(B) 348º 0.79% 0.32% -
XYZ 3.91 2.29 1.46 -
YUV 37.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 82 17 30 0 0.79 0.63 0.68 348 0.66 0.19
Hex 52 11 1E 0 4F 3F 44 15C 42 13
Octal 122 21 36 0 117 77 104 534 102 23
Binary 1010010 10001 11110 0 1001111 111111 1000100 101011100 1000010 10011

Color Harmonies of #52111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52111E

Black with #52111E

Text Example


Text Example

White with #52111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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