Html Css Color HEX #84153C Scarlett

📋 copy color: '#84153C'

red 132 ◦ green 21 ◦ blue 60

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

Shades of Scarlett #84153C

Tints of Scarlett #84153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 61.97%
G = 9.86%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84153C (or 0x84153C) is known color: Scarlett. HEX triplet: 84, 15 and 3C. RGB value is (132,21,60). Sum of RGB (Red+Green+Blue) = 132+21+60=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84153C is #7BEAC3. Grayscale: #3A3A3A. Windows color (decimal): -8121028 or 3937668. OLE color: 3937668.

HSL color Cylindrical-coordinate representation of color #84153C: hue angle of 338.92º 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 #84153C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 60 -
CMYK 0 0.84 0.55 0.48
HSL 338.92º 0.73% 0.3% -
HSV(B) 338.92º 0.84% 0.52% -
XYZ 10.6 5.77 4.83 -
YUV 58.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 132 21 60 0 0.84 0.55 0.48 338.92 0.73 0.3
Hex 84 15 3C 0 54 37 30 153 49 1E
Octal 204 25 74 0 124 67 60 523 111 36
Binary 10000100 10101 111100 0 1010100 110111 110000 101010011 1001001 11110

Color Harmonies of #84153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84153C

Black with #84153C

Text Example


Text Example

White with #84153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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