Html Css Color HEX #821F28 Scarlett

📋 copy color: '#821F28'

red 130 ◦ green 31 ◦ blue 40

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

Shades of Scarlett #821F28

Tints of Scarlett #821F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.42%

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

R = 64.68%
G = 15.42%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#821F28 (or 0x821F28) is known color: Scarlett. HEX triplet: 82, 1F and 28. RGB value is (130,31,40). Sum of RGB (Red+Green+Blue) = 130+31+40=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #821F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821F28 is #7DE0D7. Grayscale: #3D3D3D. Windows color (decimal): -8249560 or 2629506. OLE color: 2629506.

HSL color Cylindrical-coordinate representation of color #821F28: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F28 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 31 40 -
CMYK 0 0.76 0.69 0.49
HSL 354.55º 0.61% 0.32% -
HSV(B) 354.55º 0.76% 0.51% -
XYZ 10.08 5.88 2.61 -
YUV 61.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 130 31 40 0 0.76 0.69 0.49 354.55 0.61 0.32
Hex 82 1F 28 0 4C 45 31 163 3D 20
Octal 202 37 50 0 114 105 61 543 75 40
Binary 10000010 11111 101000 0 1001100 1000101 110001 101100011 111101 100000

Color Harmonies of #821F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821F28

Black with #821F28

Text Example


Text Example

White with #821F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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