Html Css Color HEX #84202F Scarlett

📋 copy color: '#84202F'

red 132 ◦ green 32 ◦ blue 47

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

Shades of Scarlett #84202F

Tints of Scarlett #84202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 62.56%
G = 15.17%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84202F (or 0x84202F) is known color: Scarlett. HEX triplet: 84, 20 and 2F. RGB value is (132,32,47). Sum of RGB (Red+Green+Blue) = 132+32+47=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84202F is #7BDFD0. Grayscale: #3F3F3F. Windows color (decimal): -8118225 or 3088516. OLE color: 3088516.

HSL color Cylindrical-coordinate representation of color #84202F: hue angle of 351º 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 #84202F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 47 -
CMYK 0 0.76 0.64 0.48
HSL 351º 0.61% 0.32% -
HSV(B) 351º 0.76% 0.52% -
XYZ 10.55 6.14 3.32 -
YUV 63.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 132 32 47 0 0.76 0.64 0.48 351 0.61 0.32
Hex 84 20 2F 0 4C 40 30 15F 3D 20
Octal 204 40 57 0 114 100 60 537 75 40
Binary 10000100 100000 101111 0 1001100 1000000 110000 101011111 111101 100000

Color Harmonies of #84202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84202F

Black with #84202F

Text Example


Text Example

White with #84202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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