Html Css Color HEX #822332 Scarlett

📋 copy color: '#822332'

red 130 ◦ green 35 ◦ blue 50

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

Shades of Scarlett #822332

Tints of Scarlett #822332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

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

R = 60.47%
G = 16.28%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#822332 (or 0x822332) is known color: Scarlett. HEX triplet: 82, 23 and 32. RGB value is (130,35,50). Sum of RGB (Red+Green+Blue) = 130+35+50=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #822332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822332 is #7DDCCD. Grayscale: #414141. Windows color (decimal): -8248526 or 3285890. OLE color: 3285890.

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

Color convert

RGB 130 35 50 -
CMYK 0 0.73 0.62 0.49
HSL 350.53º 0.58% 0.32% -
HSV(B) 350.53º 0.73% 0.51% -
XYZ 10.38 6.18 3.66 -
YUV 65.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 130 35 50 0 0.73 0.62 0.49 350.53 0.58 0.32
Hex 82 23 32 0 49 3E 31 15F 3A 20
Octal 202 43 62 0 111 76 61 537 72 40
Binary 10000010 100011 110010 0 1001001 111110 110001 101011111 111010 100000

Color Harmonies of #822332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822332

Black with #822332

Text Example


Text Example

White with #822332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822332; }

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

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

background-color css

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

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

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

border-color css

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

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

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