Html Css Color HEX #52192C Bordeaux

📋 copy color: '#52192C'

red 82 ◦ green 25 ◦ blue 44

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

Shades of Bordeaux #52192C

Tints of Bordeaux #52192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 54.3%
G = 16.56%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52192C (or 0x52192C) is known color: Bordeaux. HEX triplet: 52, 19 and 2C. RGB value is (82,25,44). Sum of RGB (Red+Green+Blue) = 82+25+44=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52192C is #ADE6D3. Grayscale: #2C2C2C. Windows color (decimal): -11396820 or 2890066. OLE color: 2890066.

HSL color Cylindrical-coordinate representation of color #52192C: hue angle of 340º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52192C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 44 -
CMYK 0 0.70 0.46 0.68
HSL 340º 0.53% 0.21% -
HSV(B) 340º 0.7% 0.32% -
XYZ 4.28 2.67 2.67 -
YUV 44.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 82 25 44 0 0.70 0.46 0.68 340 0.53 0.21
Hex 52 19 2C 0 46 2E 44 154 35 15
Octal 122 31 54 0 106 56 104 524 65 25
Binary 1010010 11001 101100 0 1000110 101110 1000100 101010100 110101 10101

Color Harmonies of #52192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52192C

Black with #52192C

Text Example


Text Example

White with #52192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52192C; }

 p { color: rgb(82,25,44); }

 H1.HeaderClassName
 {
   color: #52192C;
 }
 .AnyTagClassName
 {
   color: #52192C;
 }
</style>

background-color css

<style>
 a { background-color: #52192C; }

 a { background-color: rgb(82,25,44); }

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

border-color css

<style>
 span { border-color: #52192C; }

 span { border-color: rgb(82,25,44); }

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