Html Css Color HEX #821436 Scarlett

📋 copy color: '#821436'

red 130 ◦ green 20 ◦ blue 54

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

Shades of Scarlett #821436

Tints of Scarlett #821436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 63.73%
G = 9.8%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#821436 (or 0x821436) is known color: Scarlett. HEX triplet: 82, 14 and 36. RGB value is (130,20,54). Sum of RGB (Red+Green+Blue) = 130+20+54=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #821436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821436 is #7DEBC9. Grayscale: #383838. Windows color (decimal): -8252362 or 3544194. OLE color: 3544194.

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

Color convert

RGB 130 20 54 -
CMYK 0 0.85 0.58 0.49
HSL 341.45º 0.73% 0.29% -
HSV(B) 341.45º 0.85% 0.51% -
XYZ 10.12 5.51 4.02 -
YUV 56.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 130 20 54 0 0.85 0.58 0.49 341.45 0.73 0.29
Hex 82 14 36 0 55 3A 31 155 49 1D
Octal 202 24 66 0 125 72 61 525 111 35
Binary 10000010 10100 110110 0 1010101 111010 110001 101010101 1001001 11101

Color Harmonies of #821436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821436

Black with #821436

Text Example


Text Example

White with #821436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821436; }

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

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

background-color css

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

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

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

border-color css

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

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

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