Html Css Color HEX #82152D Scarlett

📋 copy color: '#82152D'

red 130 ◦ green 21 ◦ blue 45

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

Shades of Scarlett #82152D

Tints of Scarlett #82152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 45 (17.97% from 255) = 22.96%

R = 66.33%
G = 10.71%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82152D (or 0x82152D) is known color: Scarlett. HEX triplet: 82, 15 and 2D. RGB value is (130,21,45). Sum of RGB (Red+Green+Blue) = 130+21+45=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82152D is #7DEAD2. Grayscale: #383838. Windows color (decimal): -8252115 or 2954626. OLE color: 2954626.

HSL color Cylindrical-coordinate representation of color #82152D: hue angle of 346.79º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82152D is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 45 -
CMYK 0 0.84 0.65 0.49
HSL 346.79º 0.72% 0.3% -
HSV(B) 346.79º 0.84% 0.51% -
XYZ 9.95 5.47 3.01 -
YUV 56.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 130 21 45 0 0.84 0.65 0.49 346.79 0.72 0.3
Hex 82 15 2D 0 54 41 31 15B 48 1E
Octal 202 25 55 0 124 101 61 533 110 36
Binary 10000010 10101 101101 0 1010100 1000001 110001 101011011 1001000 11110

Color Harmonies of #82152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82152D

Black with #82152D

Text Example


Text Example

White with #82152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82152D; }

 p { color: rgb(130,21,45); }

 H1.HeaderClassName
 {
   color: #82152D;
 }
 .AnyTagClassName
 {
   color: #82152D;
 }
</style>

background-color css

<style>
 a { background-color: #82152D; }

 a { background-color: rgb(130,21,45); }

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

border-color css

<style>
 span { border-color: #82152D; }

 span { border-color: rgb(130,21,45); }

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