Html Css Color HEX #821133 Scarlett

📋 copy color: '#821133'

red 130 ◦ green 17 ◦ blue 51

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

Shades of Scarlett #821133

Tints of Scarlett #821133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 65.66%
G = 8.59%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#821133 (or 0x821133) is known color: Scarlett. HEX triplet: 82, 11 and 33. RGB value is (130,17,51). Sum of RGB (Red+Green+Blue) = 130+17+51=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #821133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821133 is #7DEECC. Grayscale: #363636. Windows color (decimal): -8253133 or 3346818. OLE color: 3346818.

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

Color convert

RGB 130 17 51 -
CMYK 0 0.87 0.61 0.49
HSL 341.95º 0.77% 0.29% -
HSV(B) 341.95º 0.87% 0.51% -
XYZ 10 5.39 3.64 -
YUV 54.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 130 17 51 0 0.87 0.61 0.49 341.95 0.77 0.29
Hex 82 11 33 0 57 3D 31 156 4D 1D
Octal 202 21 63 0 127 75 61 526 115 35
Binary 10000010 10001 110011 0 1010111 111101 110001 101010110 1001101 11101

Color Harmonies of #821133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821133

Black with #821133

Text Example


Text Example

White with #821133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821133; }

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

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

background-color css

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

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

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

border-color css

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

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

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