Html Css Color HEX #82212F Scarlett

📋 copy color: '#82212F'

red 130 ◦ green 33 ◦ blue 47

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

Shades of Scarlett #82212F

Tints of Scarlett #82212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 61.9%
G = 15.71%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82212F (or 0x82212F) is known color: Scarlett. HEX triplet: 82, 21 and 2F. RGB value is (130,33,47). Sum of RGB (Red+Green+Blue) = 130+33+47=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82212F is #7DDED0. Grayscale: #3F3F3F. Windows color (decimal): -8249041 or 3088770. OLE color: 3088770.

HSL color Cylindrical-coordinate representation of color #82212F: hue angle of 351.34º 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 #82212F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 47 -
CMYK 0 0.75 0.64 0.49
HSL 351.34º 0.6% 0.32% -
HSV(B) 351.34º 0.75% 0.51% -
XYZ 10.26 6.04 3.31 -
YUV 63.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 130 33 47 0 0.75 0.64 0.49 351.34 0.6 0.32
Hex 82 21 2F 0 4B 40 31 15F 3C 20
Octal 202 41 57 0 113 100 61 537 74 40
Binary 10000010 100001 101111 0 1001011 1000000 110001 101011111 111100 100000

Color Harmonies of #82212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82212F

Black with #82212F

Text Example


Text Example

White with #82212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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