Html Css Color HEX #82152A Scarlett

📋 copy color: '#82152A'

red 130 ◦ green 21 ◦ blue 42

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

Shades of Scarlett #82152A

Tints of Scarlett #82152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.76%

R = 67.36%
G = 10.88%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82152A (or 0x82152A) is known color: Scarlett. HEX triplet: 82, 15 and 2A. RGB value is (130,21,42). Sum of RGB (Red+Green+Blue) = 130+21+42=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82152A is #7DEAD5. Grayscale: #383838. Windows color (decimal): -8252118 or 2758018. OLE color: 2758018.

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

Color convert

RGB 130 21 42 -
CMYK 0 0.84 0.68 0.49
HSL 348.44º 0.72% 0.3% -
HSV(B) 348.44º 0.84% 0.51% -
XYZ 9.89 5.45 2.72 -
YUV 55.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 130 21 42 0 0.84 0.68 0.49 348.44 0.72 0.3
Hex 82 15 2A 0 54 44 31 15C 48 1E
Octal 202 25 52 0 124 104 61 534 110 36
Binary 10000010 10101 101010 0 1010100 1000100 110001 101011100 1001000 11110

Color Harmonies of #82152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82152A

Black with #82152A

Text Example


Text Example

White with #82152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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