Html Css Color HEX #821332 Scarlett

📋 copy color: '#821332'

red 130 ◦ green 19 ◦ blue 50

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

Shades of Scarlett #821332

Tints of Scarlett #821332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 65.33%
G = 9.55%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#821332 (or 0x821332) is known color: Scarlett. HEX triplet: 82, 13 and 32. RGB value is (130,19,50). Sum of RGB (Red+Green+Blue) = 130+19+50=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #821332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821332 is #7DECCD. Grayscale: #373737. Windows color (decimal): -8252622 or 3281794. OLE color: 3281794.

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

Color convert

RGB 130 19 50 -
CMYK 0 0.85 0.62 0.49
HSL 343.24º 0.74% 0.29% -
HSV(B) 343.24º 0.85% 0.51% -
XYZ 10.01 5.44 3.54 -
YUV 55.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 130 19 50 0 0.85 0.62 0.49 343.24 0.74 0.29
Hex 82 13 32 0 55 3E 31 157 4A 1D
Octal 202 23 62 0 125 76 61 527 112 35
Binary 10000010 10011 110010 0 1010101 111110 110001 101010111 1001010 11101

Color Harmonies of #821332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821332

Black with #821332

Text Example


Text Example

White with #821332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821332; }

 p { color: rgb(130,19,50); }

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

background-color css

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

 a { background-color: rgb(130,19,50); }

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

border-color css

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

 span { border-color: rgb(130,19,50); }

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