Html Css Color HEX #82172B Scarlett

📋 copy color: '#82172B'

red 130 ◦ green 23 ◦ blue 43

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

Shades of Scarlett #82172B

Tints of Scarlett #82172B

RGB

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

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

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

R = 66.33%
G = 11.73%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82172B (or 0x82172B) is known color: Scarlett. HEX triplet: 82, 17 and 2B. RGB value is (130,23,43). Sum of RGB (Red+Green+Blue) = 130+23+43=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82172B is #7DE8D4. Grayscale: #393939. Windows color (decimal): -8251605 or 2824066. OLE color: 2824066.

HSL color Cylindrical-coordinate representation of color #82172B: hue angle of 348.79º 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 #82172B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 43 -
CMYK 0 0.82 0.67 0.49
HSL 348.79º 0.7% 0.3% -
HSV(B) 348.79º 0.82% 0.51% -
XYZ 9.95 5.53 2.83 -
YUV 57.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 130 23 43 0 0.82 0.67 0.49 348.79 0.7 0.3
Hex 82 17 2B 0 52 43 31 15D 46 1E
Octal 202 27 53 0 122 103 61 535 106 36
Binary 10000010 10111 101011 0 1010010 1000011 110001 101011101 1000110 11110

Color Harmonies of #82172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82172B

Black with #82172B

Text Example


Text Example

White with #82172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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