Html Css Color HEX #82252E Scarlett

📋 copy color: '#82252E'

red 130 ◦ green 37 ◦ blue 46

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

Shades of Scarlett #82252E

Tints of Scarlett #82252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 61.03%
G = 17.37%
B = 21.6%

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

#82252E (or 0x82252E) is known color: Scarlett. HEX triplet: 82, 25 and 2E. RGB value is (130,37,46). Sum of RGB (Red+Green+Blue) = 130+37+46=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82252E is #7DDAD1. Grayscale: #414141. Windows color (decimal): -8248018 or 3024258. OLE color: 3024258.

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

Color convert

RGB 130 37 46 -
CMYK 0 0.72 0.65 0.49
HSL 354.19º 0.56% 0.33% -
HSV(B) 354.19º 0.72% 0.51% -
XYZ 10.36 6.27 3.25 -
YUV 65.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 130 37 46 0 0.72 0.65 0.49 354.19 0.56 0.33
Hex 82 25 2E 0 48 41 31 162 38 21
Octal 202 45 56 0 110 101 61 542 70 41
Binary 10000010 100101 101110 0 1001000 1000001 110001 101100010 111000 100001

Color Harmonies of #82252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82252E

Black with #82252E

Text Example


Text Example

White with #82252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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