Html Css Color HEX #84152A Scarlett

📋 copy color: '#84152A'

red 132 ◦ green 21 ◦ blue 42

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

Shades of Scarlett #84152A

Tints of Scarlett #84152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 67.69%
G = 10.77%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#84152A (or 0x84152A) is known color: Scarlett. HEX triplet: 84, 15 and 2A. RGB value is (132,21,42). Sum of RGB (Red+Green+Blue) = 132+21+42=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #84152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84152A is #7BEAD5. Grayscale: #383838. Windows color (decimal): -8121046 or 2758020. OLE color: 2758020.

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

Color convert

RGB 132 21 42 -
CMYK 0 0.84 0.68 0.48
HSL 348.65º 0.73% 0.3% -
HSV(B) 348.65º 0.84% 0.52% -
XYZ 10.2 5.61 2.74 -
YUV 56.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 132 21 42 0 0.84 0.68 0.48 348.65 0.73 0.3
Hex 84 15 2A 0 54 44 30 15D 49 1E
Octal 204 25 52 0 124 104 60 535 111 36
Binary 10000100 10101 101010 0 1010100 1000100 110000 101011101 1001001 11110

Color Harmonies of #84152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84152A

Black with #84152A

Text Example


Text Example

White with #84152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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