Html Css Color HEX #84152C Scarlett

📋 copy color: '#84152C'

red 132 ◦ green 21 ◦ blue 44

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

Shades of Scarlett #84152C

Tints of Scarlett #84152C

RGB

 RED value IS 132 (51.95% from 255) = 67.01%

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 67.01%
G = 10.66%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84152C (or 0x84152C) is known color: Scarlett. HEX triplet: 84, 15 and 2C. RGB value is (132,21,44). Sum of RGB (Red+Green+Blue) = 132+21+44=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84152C is #7BEAD3. Grayscale: #383838. Windows color (decimal): -8121044 or 2889092. OLE color: 2889092.

HSL color Cylindrical-coordinate representation of color #84152C: hue angle of 347.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84152C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 44 -
CMYK 0 0.84 0.67 0.48
HSL 347.57º 0.73% 0.3% -
HSV(B) 347.57º 0.84% 0.52% -
XYZ 10.24 5.62 2.93 -
YUV 56.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 132 21 44 0 0.84 0.67 0.48 347.57 0.73 0.3
Hex 84 15 2C 0 54 43 30 15C 49 1E
Octal 204 25 54 0 124 103 60 534 111 36
Binary 10000100 10101 101100 0 1010100 1000011 110000 101011100 1001001 11110

Color Harmonies of #84152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84152C

Black with #84152C

Text Example


Text Example

White with #84152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84152C; }

 p { color: rgb(132,21,44); }

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

background-color css

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

 a { background-color: rgb(132,21,44); }

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

border-color css

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

 span { border-color: rgb(132,21,44); }

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