Html Css Color HEX #82182D Scarlett

📋 copy color: '#82182D'

red 130 ◦ green 24 ◦ blue 45

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

Shades of Scarlett #82182D

Tints of Scarlett #82182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

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

R = 65.33%
G = 12.06%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82182D (or 0x82182D) is known color: Scarlett. HEX triplet: 82, 18 and 2D. RGB value is (130,24,45). Sum of RGB (Red+Green+Blue) = 130+24+45=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #82182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82182D is #7DE7D2. Grayscale: #3A3A3A. Windows color (decimal): -8251347 or 2955394. OLE color: 2955394.

HSL color Cylindrical-coordinate representation of color #82182D: hue angle of 348.11º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82182D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 45 -
CMYK 0 0.82 0.65 0.49
HSL 348.11º 0.69% 0.3% -
HSV(B) 348.11º 0.82% 0.51% -
XYZ 10.01 5.59 3.03 -
YUV 58.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 130 24 45 0 0.82 0.65 0.49 348.11 0.69 0.3
Hex 82 18 2D 0 52 41 31 15C 45 1E
Octal 202 30 55 0 122 101 61 534 105 36
Binary 10000010 11000 101101 0 1010010 1000001 110001 101011100 1000101 11110

Color Harmonies of #82182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82182D

Black with #82182D

Text Example


Text Example

White with #82182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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