Html Css Color HEX #84202E Scarlett

📋 copy color: '#84202E'

red 132 ◦ green 32 ◦ blue 46

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

Shades of Scarlett #84202E

Tints of Scarlett #84202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 62.86%
G = 15.24%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#84202E (or 0x84202E) is known color: Scarlett. HEX triplet: 84, 20 and 2E. RGB value is (132,32,46). Sum of RGB (Red+Green+Blue) = 132+32+46=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #84202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84202E is #7BDFD1. Grayscale: #3F3F3F. Windows color (decimal): -8118226 or 3022980. OLE color: 3022980.

HSL color Cylindrical-coordinate representation of color #84202E: hue angle of 351.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84202E is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 46 -
CMYK 0 0.76 0.65 0.48
HSL 351.6º 0.61% 0.32% -
HSV(B) 351.6º 0.76% 0.52% -
XYZ 10.53 6.14 3.21 -
YUV 63.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 132 32 46 0 0.76 0.65 0.48 351.6 0.61 0.32
Hex 84 20 2E 0 4C 41 30 160 3D 20
Octal 204 40 56 0 114 101 60 540 75 40
Binary 10000100 100000 101110 0 1001100 1000001 110000 101100000 111101 100000

Color Harmonies of #84202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84202E

Black with #84202E

Text Example


Text Example

White with #84202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84202E; }

 p { color: rgb(132,32,46); }

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

background-color css

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

 a { background-color: rgb(132,32,46); }

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

border-color css

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

 span { border-color: rgb(132,32,46); }

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