Html Css Color HEX #82242E Scarlett

📋 copy color: '#82242E'

red 130 ◦ green 36 ◦ blue 46

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

Shades of Scarlett #82242E

Tints of Scarlett #82242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 61.32%
G = 16.98%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82242E (or 0x82242E) is known color: Scarlett. HEX triplet: 82, 24 and 2E. RGB value is (130,36,46). Sum of RGB (Red+Green+Blue) = 130+36+46=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #82242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82242E is #7DDBD1. Grayscale: #414141. Windows color (decimal): -8248274 or 3024002. OLE color: 3024002.

HSL color Cylindrical-coordinate representation of color #82242E: hue angle of 353.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82242E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 46 -
CMYK 0 0.72 0.65 0.49
HSL 353.62º 0.57% 0.33% -
HSV(B) 353.62º 0.72% 0.51% -
XYZ 10.33 6.2 3.24 -
YUV 65.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 130 36 46 0 0.72 0.65 0.49 353.62 0.57 0.33
Hex 82 24 2E 0 48 41 31 162 39 21
Octal 202 44 56 0 110 101 61 542 71 41
Binary 10000010 100100 101110 0 1001000 1000001 110001 101100010 111001 100001

Color Harmonies of #82242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82242E

Black with #82242E

Text Example


Text Example

White with #82242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82242E; }

 p { color: rgb(130,36,46); }

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

background-color css

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

 a { background-color: rgb(130,36,46); }

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

border-color css

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

 span { border-color: rgb(130,36,46); }

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