Html Css Color HEX #52172A Bordeaux

📋 copy color: '#52172A'

red 82 ◦ green 23 ◦ blue 42

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

Shades of Bordeaux #52172A

Tints of Bordeaux #52172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 55.78%
G = 15.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52172A (or 0x52172A) is known color: Bordeaux. HEX triplet: 52, 17 and 2A. RGB value is (82,23,42). Sum of RGB (Red+Green+Blue) = 82+23+42=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52172A is #ADE8D5. Grayscale: #2A2A2A. Windows color (decimal): -11397334 or 2758482. OLE color: 2758482.

HSL color Cylindrical-coordinate representation of color #52172A: hue angle of 340.68º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52172A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 23 42 -
CMYK 0 0.72 0.49 0.68
HSL 340.68º 0.56% 0.21% -
HSV(B) 340.68º 0.72% 0.32% -
XYZ 4.2 2.57 2.47 -
YUV 42.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 82 23 42 0 0.72 0.49 0.68 340.68 0.56 0.21
Hex 52 17 2A 0 48 31 44 155 38 15
Octal 122 27 52 0 110 61 104 525 70 25
Binary 1010010 10111 101010 0 1001000 110001 1000100 101010101 111000 10101

Color Harmonies of #52172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52172A

Black with #52172A

Text Example


Text Example

White with #52172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,23,42); }

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

background-color css

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

 a { background-color: rgb(82,23,42); }

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

border-color css

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

 span { border-color: rgb(82,23,42); }

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