Html Css Color HEX #821928 Scarlett

📋 copy color: '#821928'

red 130 ◦ green 25 ◦ blue 40

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

Shades of Scarlett #821928

Tints of Scarlett #821928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 66.67%
G = 12.82%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#821928 (or 0x821928) is known color: Scarlett. HEX triplet: 82, 19 and 28. RGB value is (130,25,40). Sum of RGB (Red+Green+Blue) = 130+25+40=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #821928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821928 is #7DE6D7. Grayscale: #3A3A3A. Windows color (decimal): -8251096 or 2627970. OLE color: 2627970.

HSL color Cylindrical-coordinate representation of color #821928: hue angle of 351.43º 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 #821928 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 40 -
CMYK 0 0.81 0.69 0.49
HSL 351.43º 0.68% 0.3% -
HSV(B) 351.43º 0.81% 0.51% -
XYZ 9.94 5.59 2.56 -
YUV 58.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 130 25 40 0 0.81 0.69 0.49 351.43 0.68 0.3
Hex 82 19 28 0 51 45 31 15F 44 1E
Octal 202 31 50 0 121 105 61 537 104 36
Binary 10000010 11001 101000 0 1010001 1000101 110001 101011111 1000100 11110

Color Harmonies of #821928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821928

Black with #821928

Text Example


Text Example

White with #821928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821928; }

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

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

background-color css

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

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

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

border-color css

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

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

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