Html Css Color HEX #84163B Scarlett

📋 copy color: '#84163B'

red 132 ◦ green 22 ◦ blue 59

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

Shades of Scarlett #84163B

Tints of Scarlett #84163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 61.97%
G = 10.33%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84163B (or 0x84163B) is known color: Scarlett. HEX triplet: 84, 16 and 3B. RGB value is (132,22,59). Sum of RGB (Red+Green+Blue) = 132+22+59=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84163B is #7BE9C4. Grayscale: #3B3B3B. Windows color (decimal): -8120773 or 3872388. OLE color: 3872388.

HSL color Cylindrical-coordinate representation of color #84163B: hue angle of 339.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84163B is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 59 -
CMYK 0 0.83 0.55 0.48
HSL 339.82º 0.71% 0.3% -
HSV(B) 339.82º 0.83% 0.52% -
XYZ 10.59 5.8 4.7 -
YUV 59.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 132 22 59 0 0.83 0.55 0.48 339.82 0.71 0.3
Hex 84 16 3B 0 53 37 30 154 47 1E
Octal 204 26 73 0 123 67 60 524 107 36
Binary 10000100 10110 111011 0 1010011 110111 110000 101010100 1000111 11110

Color Harmonies of #84163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84163B

Black with #84163B

Text Example


Text Example

White with #84163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84163B; }

 p { color: rgb(132,22,59); }

 H1.HeaderClassName
 {
   color: #84163B;
 }
 .AnyTagClassName
 {
   color: #84163B;
 }
</style>

background-color css

<style>
 a { background-color: #84163B; }

 a { background-color: rgb(132,22,59); }

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

border-color css

<style>
 span { border-color: #84163B; }

 span { border-color: rgb(132,22,59); }

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