Html Css Color HEX #82242F Scarlett

📋 copy color: '#82242F'

red 130 ◦ green 36 ◦ blue 47

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

Shades of Scarlett #82242F

Tints of Scarlett #82242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 61.03%
G = 16.9%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82242F (or 0x82242F) is known color: Scarlett. HEX triplet: 82, 24 and 2F. RGB value is (130,36,47). Sum of RGB (Red+Green+Blue) = 130+36+47=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82242F is #7DDBD0. Grayscale: #414141. Windows color (decimal): -8248273 or 3089538. OLE color: 3089538.

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

Color convert

RGB 130 36 47 -
CMYK 0 0.72 0.64 0.49
HSL 352.98º 0.57% 0.33% -
HSV(B) 352.98º 0.72% 0.51% -
XYZ 10.35 6.21 3.34 -
YUV 65.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 130 36 47 0 0.72 0.64 0.49 352.98 0.57 0.33
Hex 82 24 2F 0 48 40 31 161 39 21
Octal 202 44 57 0 110 100 61 541 71 41
Binary 10000010 100100 101111 0 1001000 1000000 110001 101100001 111001 100001

Color Harmonies of #82242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82242F

Black with #82242F

Text Example


Text Example

White with #82242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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