Html Css Color HEX #821135 Scarlett

📋 copy color: '#821135'

red 130 ◦ green 17 ◦ blue 53

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

Shades of Scarlett #821135

Tints of Scarlett #821135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.5%

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

R = 65%
G = 8.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#821135 (or 0x821135) is known color: Scarlett. HEX triplet: 82, 11 and 35. RGB value is (130,17,53). Sum of RGB (Red+Green+Blue) = 130+17+53=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #821135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821135 is #7DEECA. Grayscale: #363636. Windows color (decimal): -8253131 or 3477890. OLE color: 3477890.

HSL color Cylindrical-coordinate representation of color #821135: hue angle of 340.88º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821135 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 53 -
CMYK 0 0.87 0.59 0.49
HSL 340.88º 0.77% 0.29% -
HSV(B) 340.88º 0.87% 0.51% -
XYZ 10.05 5.4 3.88 -
YUV 54.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 130 17 53 0 0.87 0.59 0.49 340.88 0.77 0.29
Hex 82 11 35 0 57 3B 31 155 4D 1D
Octal 202 21 65 0 127 73 61 525 115 35
Binary 10000010 10001 110101 0 1010111 111011 110001 101010101 1001101 11101

Color Harmonies of #821135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821135

Black with #821135

Text Example


Text Example

White with #821135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821135; }

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

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

background-color css

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

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

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

border-color css

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

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

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