Html Css Color HEX #821930 Scarlett

📋 copy color: '#821930'

red 130 ◦ green 25 ◦ blue 48

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

Shades of Scarlett #821930

Tints of Scarlett #821930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 48 (19.14% from 255) = 23.65%

R = 64.04%
G = 12.32%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#821930 (or 0x821930) is known color: Scarlett. HEX triplet: 82, 19 and 30. RGB value is (130,25,48). Sum of RGB (Red+Green+Blue) = 130+25+48=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #821930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821930 is #7DE6CF. Grayscale: #3B3B3B. Windows color (decimal): -8251088 or 3152258. OLE color: 3152258.

HSL color Cylindrical-coordinate representation of color #821930: hue angle of 346.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821930 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 48 -
CMYK 0 0.81 0.63 0.49
HSL 346.86º 0.68% 0.3% -
HSV(B) 346.86º 0.81% 0.51% -
XYZ 10.09 5.65 3.36 -
YUV 59.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 130 25 48 0 0.81 0.63 0.49 346.86 0.68 0.3
Hex 82 19 30 0 51 3F 31 15B 44 1E
Octal 202 31 60 0 121 77 61 533 104 36
Binary 10000010 11001 110000 0 1010001 111111 110001 101011011 1000100 11110

Color Harmonies of #821930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821930

Black with #821930

Text Example


Text Example

White with #821930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821930; }

 p { color: rgb(130,25,48); }

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

background-color css

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

 a { background-color: rgb(130,25,48); }

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

border-color css

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

 span { border-color: rgb(130,25,48); }

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