Html Css Color HEX #84123A Scarlett

📋 copy color: '#84123A'

red 132 ◦ green 18 ◦ blue 58

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

Shades of Scarlett #84123A

Tints of Scarlett #84123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 58 (23.05% from 255) = 27.88%

R = 63.46%
G = 8.65%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84123A (or 0x84123A) is known color: Scarlett. HEX triplet: 84, 12 and 3A. RGB value is (132,18,58). Sum of RGB (Red+Green+Blue) = 132+18+58=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84123A is #7BEDC5. Grayscale: #383838. Windows color (decimal): -8121798 or 3805828. OLE color: 3805828.

HSL color Cylindrical-coordinate representation of color #84123A: hue angle of 338.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84123A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 58 -
CMYK 0 0.86 0.56 0.48
HSL 338.95º 0.76% 0.29% -
HSV(B) 338.95º 0.86% 0.52% -
XYZ 10.5 5.64 4.54 -
YUV 56.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 132 18 58 0 0.86 0.56 0.48 338.95 0.76 0.29
Hex 84 12 3A 0 56 38 30 153 4C 1D
Octal 204 22 72 0 126 70 60 523 114 35
Binary 10000100 10010 111010 0 1010110 111000 110000 101010011 1001100 11101

Color Harmonies of #84123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84123A

Black with #84123A

Text Example


Text Example

White with #84123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,18,58); }

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

background-color css

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

 a { background-color: rgb(132,18,58); }

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

border-color css

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

 span { border-color: rgb(132,18,58); }

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