Html Css Color HEX #822130 Scarlett

📋 copy color: '#822130'

red 130 ◦ green 33 ◦ blue 48

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

Shades of Scarlett #822130

Tints of Scarlett #822130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 61.61%
G = 15.64%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#822130 (or 0x822130) is known color: Scarlett. HEX triplet: 82, 21 and 30. RGB value is (130,33,48). Sum of RGB (Red+Green+Blue) = 130+33+48=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822130 is #7DDECF. Grayscale: #3F3F3F. Windows color (decimal): -8249040 or 3154306. OLE color: 3154306.

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

Color convert

RGB 130 33 48 -
CMYK 0 0.75 0.63 0.49
HSL 350.72º 0.6% 0.32% -
HSV(B) 350.72º 0.75% 0.51% -
XYZ 10.28 6.05 3.42 -
YUV 63.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 130 33 48 0 0.75 0.63 0.49 350.72 0.6 0.32
Hex 82 21 30 0 4B 3F 31 15F 3C 20
Octal 202 41 60 0 113 77 61 537 74 40
Binary 10000010 100001 110000 0 1001011 111111 110001 101011111 111100 100000

Color Harmonies of #822130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822130

Black with #822130

Text Example


Text Example

White with #822130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822130; }

 p { color: rgb(130,33,48); }

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

background-color css

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

 a { background-color: rgb(130,33,48); }

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

border-color css

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

 span { border-color: rgb(130,33,48); }

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