Html Css Color HEX #52171E Bordeaux

📋 copy color: '#52171E'

red 82 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #52171E

Tints of Bordeaux #52171E

RGB

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

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

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

R = 60.74%
G = 17.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52171E (or 0x52171E) is known color: Bordeaux. HEX triplet: 52, 17 and 1E. RGB value is (82,23,30). Sum of RGB (Red+Green+Blue) = 82+23+30=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52171E is #ADE8E1. Grayscale: #292929. Windows color (decimal): -11397346 or 1972050. OLE color: 1972050.

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

Color convert

RGB 82 23 30 -
CMYK 0 0.72 0.63 0.68
HSL 352.88º 0.56% 0.21% -
HSV(B) 352.88º 0.72% 0.32% -
XYZ 4.02 2.5 1.5 -
YUV 41.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 82 23 30 0 0.72 0.63 0.68 352.88 0.56 0.21
Hex 52 17 1E 0 48 3F 44 161 38 15
Octal 122 27 36 0 110 77 104 541 70 25
Binary 1010010 10111 11110 0 1001000 111111 1000100 101100001 111000 10101

Color Harmonies of #52171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52171E

Black with #52171E

Text Example


Text Example

White with #52171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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