Html Css Color HEX #821430 Scarlett

📋 copy color: '#821430'

red 130 ◦ green 20 ◦ blue 48

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

Shades of Scarlett #821430

Tints of Scarlett #821430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 65.66%
G = 10.1%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#821430 (or 0x821430) is known color: Scarlett. HEX triplet: 82, 14 and 30. RGB value is (130,20,48). Sum of RGB (Red+Green+Blue) = 130+20+48=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #821430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821430 is #7DEBCF. Grayscale: #383838. Windows color (decimal): -8252368 or 3150978. OLE color: 3150978.

HSL color Cylindrical-coordinate representation of color #821430: hue angle of 344.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821430 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 48 -
CMYK 0 0.85 0.63 0.49
HSL 344.73º 0.73% 0.29% -
HSV(B) 344.73º 0.85% 0.51% -
XYZ 9.99 5.46 3.32 -
YUV 56.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 130 20 48 0 0.85 0.63 0.49 344.73 0.73 0.29
Hex 82 14 30 0 55 3F 31 159 49 1D
Octal 202 24 60 0 125 77 61 531 111 35
Binary 10000010 10100 110000 0 1010101 111111 110001 101011001 1001001 11101

Color Harmonies of #821430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821430

Black with #821430

Text Example


Text Example

White with #821430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821430; }

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

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

background-color css

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

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

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

border-color css

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

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

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