Html Css Color HEX #82152F Scarlett

📋 copy color: '#82152F'

red 130 ◦ green 21 ◦ blue 47

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

Shades of Scarlett #82152F

Tints of Scarlett #82152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 65.66%
G = 10.61%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82152F (or 0x82152F) is known color: Scarlett. HEX triplet: 82, 15 and 2F. RGB value is (130,21,47). Sum of RGB (Red+Green+Blue) = 130+21+47=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #82152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82152F is #7DEAD0. Grayscale: #383838. Windows color (decimal): -8252113 or 3085698. OLE color: 3085698.

HSL color Cylindrical-coordinate representation of color #82152F: hue angle of 345.69º 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 #82152F is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 47 -
CMYK 0 0.84 0.64 0.49
HSL 345.69º 0.72% 0.3% -
HSV(B) 345.69º 0.84% 0.51% -
XYZ 9.99 5.49 3.22 -
YUV 56.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 130 21 47 0 0.84 0.64 0.49 345.69 0.72 0.3
Hex 82 15 2F 0 54 40 31 15A 48 1E
Octal 202 25 57 0 124 100 61 532 110 36
Binary 10000010 10101 101111 0 1010100 1000000 110001 101011010 1001000 11110

Color Harmonies of #82152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82152F

Black with #82152F

Text Example


Text Example

White with #82152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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