Html Css Color HEX #84153D Scarlett

📋 copy color: '#84153D'

red 132 ◦ green 21 ◦ blue 61

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

Shades of Scarlett #84153D

Tints of Scarlett #84153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.5%

R = 61.68%
G = 9.81%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84153D (or 0x84153D) is known color: Scarlett. HEX triplet: 84, 15 and 3D. RGB value is (132,21,61). Sum of RGB (Red+Green+Blue) = 132+21+61=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84153D is #7BEAC2. Grayscale: #3A3A3A. Windows color (decimal): -8121027 or 4003204. OLE color: 4003204.

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

Color convert

RGB 132 21 61 -
CMYK 0 0.84 0.54 0.48
HSL 338.38º 0.73% 0.3% -
HSV(B) 338.38º 0.84% 0.52% -
XYZ 10.63 5.78 4.97 -
YUV 58.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 132 21 61 0 0.84 0.54 0.48 338.38 0.73 0.3
Hex 84 15 3D 0 54 36 30 152 49 1E
Octal 204 25 75 0 124 66 60 522 111 36
Binary 10000100 10101 111101 0 1010100 110110 110000 101010010 1001001 11110

Color Harmonies of #84153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84153D

Black with #84153D

Text Example


Text Example

White with #84153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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