Html Css Color HEX #821437 Scarlett

📋 copy color: '#821437'

red 130 ◦ green 20 ◦ blue 55

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

Shades of Scarlett #821437

Tints of Scarlett #821437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.83%

R = 63.41%
G = 9.76%
B = 26.83%

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

#821437 (or 0x821437) is known color: Scarlett. HEX triplet: 82, 14 and 37. RGB value is (130,20,55). Sum of RGB (Red+Green+Blue) = 130+20+55=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #821437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821437 is #7DEBC8. Grayscale: #383838. Windows color (decimal): -8252361 or 3609730. OLE color: 3609730.

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

Color convert

RGB 130 20 55 -
CMYK 0 0.85 0.58 0.49
HSL 340.91º 0.73% 0.29% -
HSV(B) 340.91º 0.85% 0.51% -
XYZ 10.15 5.52 4.15 -
YUV 56.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 130 20 55 0 0.85 0.58 0.49 340.91 0.73 0.29
Hex 82 14 37 0 55 3A 31 155 49 1D
Octal 202 24 67 0 125 72 61 525 111 35
Binary 10000010 10100 110111 0 1010101 111010 110001 101010101 1001001 11101

Color Harmonies of #821437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821437

Black with #821437

Text Example


Text Example

White with #821437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821437; }

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

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

background-color css

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

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

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

border-color css

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

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

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