Html Css Color HEX #82172C Scarlett

📋 copy color: '#82172C'

red 130 ◦ green 23 ◦ blue 44

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

Shades of Scarlett #82172C

Tints of Scarlett #82172C

RGB

 RED value IS 130 (51.17% from 255) = 65.99%

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

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

R = 65.99%
G = 11.68%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82172C (or 0x82172C) is known color: Scarlett. HEX triplet: 82, 17 and 2C. RGB value is (130,23,44). Sum of RGB (Red+Green+Blue) = 130+23+44=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82172C is #7DE8D3. Grayscale: #393939. Windows color (decimal): -8251604 or 2889602. OLE color: 2889602.

HSL color Cylindrical-coordinate representation of color #82172C: hue angle of 348.22º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82172C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 44 -
CMYK 0 0.82 0.66 0.49
HSL 348.22º 0.7% 0.3% -
HSV(B) 348.22º 0.82% 0.51% -
XYZ 9.97 5.54 2.93 -
YUV 57.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 130 23 44 0 0.82 0.66 0.49 348.22 0.7 0.3
Hex 82 17 2C 0 52 42 31 15C 46 1E
Octal 202 27 54 0 122 102 61 534 106 36
Binary 10000010 10111 101100 0 1010010 1000010 110001 101011100 1000110 11110

Color Harmonies of #82172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82172C

Black with #82172C

Text Example


Text Example

White with #82172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,23,44); }

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

background-color css

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

 a { background-color: rgb(130,23,44); }

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

border-color css

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

 span { border-color: rgb(130,23,44); }

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