Html Css Color HEX #821434 Scarlett

📋 copy color: '#821434'

red 130 ◦ green 20 ◦ blue 52

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

Shades of Scarlett #821434

Tints of Scarlett #821434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 64.36%
G = 9.9%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#821434 (or 0x821434) is known color: Scarlett. HEX triplet: 82, 14 and 34. RGB value is (130,20,52). Sum of RGB (Red+Green+Blue) = 130+20+52=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #821434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821434 is #7DEBCB. Grayscale: #383838. Windows color (decimal): -8252364 or 3413122. OLE color: 3413122.

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

Color convert

RGB 130 20 52 -
CMYK 0 0.85 0.60 0.49
HSL 342.55º 0.73% 0.29% -
HSV(B) 342.55º 0.85% 0.51% -
XYZ 10.08 5.49 3.78 -
YUV 56.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 130 20 52 0 0.85 0.60 0.49 342.55 0.73 0.29
Hex 82 14 34 0 55 3C 31 157 49 1D
Octal 202 24 64 0 125 74 61 527 111 35
Binary 10000010 10100 110100 0 1010101 111100 110001 101010111 1001001 11101

Color Harmonies of #821434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821434

Black with #821434

Text Example


Text Example

White with #821434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821434; }

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

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

background-color css

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

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

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

border-color css

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

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

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