Html Css Color HEX #821830 Scarlett

📋 copy color: '#821830'

red 130 ◦ green 24 ◦ blue 48

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

Shades of Scarlett #821830

Tints of Scarlett #821830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 64.36%
G = 11.88%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#821830 (or 0x821830) is known color: Scarlett. HEX triplet: 82, 18 and 30. RGB value is (130,24,48). Sum of RGB (Red+Green+Blue) = 130+24+48=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #821830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821830 is #7DE7CF. Grayscale: #3A3A3A. Windows color (decimal): -8251344 or 3152002. OLE color: 3152002.

HSL color Cylindrical-coordinate representation of color #821830: hue angle of 346.42º 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 #821830 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 48 -
CMYK 0 0.82 0.63 0.49
HSL 346.42º 0.69% 0.3% -
HSV(B) 346.42º 0.82% 0.51% -
XYZ 10.07 5.61 3.35 -
YUV 58.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 130 24 48 0 0.82 0.63 0.49 346.42 0.69 0.3
Hex 82 18 30 0 52 3F 31 15A 45 1E
Octal 202 30 60 0 122 77 61 532 105 36
Binary 10000010 11000 110000 0 1010010 111111 110001 101011010 1000101 11110

Color Harmonies of #821830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821830

Black with #821830

Text Example


Text Example

White with #821830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821830; }

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

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

background-color css

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

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

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

border-color css

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

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

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