Html Css Color HEX #821627 Scarlett

📋 copy color: '#821627'

red 130 ◦ green 22 ◦ blue 39

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

Shades of Scarlett #821627

Tints of Scarlett #821627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 68.06%
G = 11.52%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#821627 (or 0x821627) is known color: Scarlett. HEX triplet: 82, 16 and 27. RGB value is (130,22,39). Sum of RGB (Red+Green+Blue) = 130+22+39=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #821627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821627 is #7DE9D8. Grayscale: #383838. Windows color (decimal): -8251865 or 2561666. OLE color: 2561666.

HSL color Cylindrical-coordinate representation of color #821627: hue angle of 350.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821627 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 39 -
CMYK 0 0.83 0.70 0.49
HSL 350.56º 0.71% 0.3% -
HSV(B) 350.56º 0.83% 0.51% -
XYZ 9.86 5.47 2.45 -
YUV 56.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 130 22 39 0 0.83 0.70 0.49 350.56 0.71 0.3
Hex 82 16 27 0 53 46 31 15F 47 1E
Octal 202 26 47 0 123 106 61 537 107 36
Binary 10000010 10110 100111 0 1010011 1000110 110001 101011111 1000111 11110

Color Harmonies of #821627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821627

Black with #821627

Text Example


Text Example

White with #821627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821627; }

 p { color: rgb(130,22,39); }

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

background-color css

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

 a { background-color: rgb(130,22,39); }

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

border-color css

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

 span { border-color: rgb(130,22,39); }

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