Html Css Color HEX #52171F Bordeaux

📋 copy color: '#52171F'

red 82 ◦ green 23 ◦ blue 31

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

Shades of Bordeaux #52171F

Tints of Bordeaux #52171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.79%

R = 60.29%
G = 16.91%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52171F (or 0x52171F) is known color: Bordeaux. HEX triplet: 52, 17 and 1F. RGB value is (82,23,31). Sum of RGB (Red+Green+Blue) = 82+23+31=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52171F is #ADE8E0. Grayscale: #292929. Windows color (decimal): -11397345 or 2037586. OLE color: 2037586.

HSL color Cylindrical-coordinate representation of color #52171F: hue angle of 351.86º 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 #52171F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 23 31 -
CMYK 0 0.72 0.62 0.68
HSL 351.86º 0.56% 0.21% -
HSV(B) 351.86º 0.72% 0.32% -
XYZ 4.03 2.51 1.57 -
YUV 41.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 82 23 31 0 0.72 0.62 0.68 351.86 0.56 0.21
Hex 52 17 1F 0 48 3E 44 160 38 15
Octal 122 27 37 0 110 76 104 540 70 25
Binary 1010010 10111 11111 0 1001000 111110 1000100 101100000 111000 10101

Color Harmonies of #52171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52171F

Black with #52171F

Text Example


Text Example

White with #52171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52171F; }

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

 H1.HeaderClassName
 {
   color: #52171F;
 }
 .AnyTagClassName
 {
   color: #52171F;
 }
</style>

background-color css

<style>
 a { background-color: #52171F; }

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

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

border-color css

<style>
 span { border-color: #52171F; }

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

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