Html Css Color HEX #82242D Scarlett

📋 copy color: '#82242D'

red 130 ◦ green 36 ◦ blue 45

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

Shades of Scarlett #82242D

Tints of Scarlett #82242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 61.61%
G = 17.06%
B = 21.33%

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

#82242D (or 0x82242D) is known color: Scarlett. HEX triplet: 82, 24 and 2D. RGB value is (130,36,45). Sum of RGB (Red+Green+Blue) = 130+36+45=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82242D is #7DDBD2. Grayscale: #414141. Windows color (decimal): -8248275 or 2958466. OLE color: 2958466.

HSL color Cylindrical-coordinate representation of color #82242D: hue angle of 354.26º 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 #82242D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 45 -
CMYK 0 0.72 0.65 0.49
HSL 354.26º 0.57% 0.33% -
HSV(B) 354.26º 0.72% 0.51% -
XYZ 10.31 6.2 3.14 -
YUV 65.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 130 36 45 0 0.72 0.65 0.49 354.26 0.57 0.33
Hex 82 24 2D 0 48 41 31 162 39 21
Octal 202 44 55 0 110 101 61 542 71 41
Binary 10000010 100100 101101 0 1001000 1000001 110001 101100010 111001 100001

Color Harmonies of #82242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82242D

Black with #82242D

Text Example


Text Example

White with #82242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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