Html Css Color HEX #52192B Bordeaux

📋 copy color: '#52192B'

red 82 ◦ green 25 ◦ blue 43

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

Shades of Bordeaux #52192B

Tints of Bordeaux #52192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 54.67%
G = 16.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52192B (or 0x52192B) is known color: Bordeaux. HEX triplet: 52, 19 and 2B. RGB value is (82,25,43). Sum of RGB (Red+Green+Blue) = 82+25+43=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #52192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52192B is #ADE6D4. Grayscale: #2C2C2C. Windows color (decimal): -11396821 or 2824530. OLE color: 2824530.

HSL color Cylindrical-coordinate representation of color #52192B: hue angle of 341.05º 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 #52192B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 43 -
CMYK 0 0.70 0.48 0.68
HSL 341.05º 0.53% 0.21% -
HSV(B) 341.05º 0.7% 0.32% -
XYZ 4.26 2.66 2.57 -
YUV 44.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 82 25 43 0 0.70 0.48 0.68 341.05 0.53 0.21
Hex 52 19 2B 0 46 30 44 155 35 15
Octal 122 31 53 0 106 60 104 525 65 25
Binary 1010010 11001 101011 0 1000110 110000 1000100 101010101 110101 10101

Color Harmonies of #52192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52192B

Black with #52192B

Text Example


Text Example

White with #52192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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