Html Css Color HEX #821935 Scarlett

📋 copy color: '#821935'

red 130 ◦ green 25 ◦ blue 53

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

Shades of Scarlett #821935

Tints of Scarlett #821935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 62.5%
G = 12.02%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#821935 (or 0x821935) is known color: Scarlett. HEX triplet: 82, 19 and 35. RGB value is (130,25,53). Sum of RGB (Red+Green+Blue) = 130+25+53=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #821935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821935 is #7DE6CA. Grayscale: #3B3B3B. Windows color (decimal): -8251083 or 3479938. OLE color: 3479938.

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

Color convert

RGB 130 25 53 -
CMYK 0 0.81 0.59 0.49
HSL 344º 0.68% 0.3% -
HSV(B) 344º 0.81% 0.51% -
XYZ 10.2 5.7 3.93 -
YUV 59.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 130 25 53 0 0.81 0.59 0.49 344 0.68 0.3
Hex 82 19 35 0 51 3B 31 158 44 1E
Octal 202 31 65 0 121 73 61 530 104 36
Binary 10000010 11001 110101 0 1010001 111011 110001 101011000 1000100 11110

Color Harmonies of #821935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821935

Black with #821935

Text Example


Text Example

White with #821935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821935; }

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

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

background-color css

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

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

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

border-color css

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

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

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