#82252F

Color #82252F Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #82252F

Tints of Scarlett #82252F

Color information

#82252F (or 0x82252F) is unknown color: approx Scarlett. HEX triplet: 82, 25 and 2F. RGB value is (130,37,47). Sum of RGB (Red+Green+Blue) = 130+37+47=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82252F is #7DDAD0. Grayscale: #424242. Windows color (decimal): -8248017 or 3089794. OLE color: 3089794.

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

Color convert

RGB1303747-
CMYK00.720.640.49
HSL353.55º55.69%32.75%-
HSV(B)353.55º71.54%50.98%-
XYZ10.386.273.35-
YUV65.95117.31173.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=60.75%
G=17.29%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130374700.720.640.49353.5555.6932.75
Hex82252F04840311623821
Octal20245570110100615427041
Binary10000010100101101111010010001000000110001101100010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82252F;
 }
 .AnyTagClassName
 {
   color: #82252F;
 }
</style>
background-color css

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

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

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

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

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

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