Html Css Color HEX #84133C Scarlett

📋 copy color: '#84133C'

red 132 ◦ green 19 ◦ blue 60

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

Shades of Scarlett #84133C

Tints of Scarlett #84133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 62.56%
G = 9%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84133C (or 0x84133C) is known color: Scarlett. HEX triplet: 84, 13 and 3C. RGB value is (132,19,60). Sum of RGB (Red+Green+Blue) = 132+19+60=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84133C is #7BECC3. Grayscale: #393939. Windows color (decimal): -8121540 or 3937156. OLE color: 3937156.

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

Color convert

RGB 132 19 60 -
CMYK 0 0.86 0.55 0.48
HSL 338.23º 0.75% 0.3% -
HSV(B) 338.23º 0.86% 0.52% -
XYZ 10.56 5.7 4.82 -
YUV 57.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 132 19 60 0 0.86 0.55 0.48 338.23 0.75 0.3
Hex 84 13 3C 0 56 37 30 152 4B 1E
Octal 204 23 74 0 126 67 60 522 113 36
Binary 10000100 10011 111100 0 1010110 110111 110000 101010010 1001011 11110

Color Harmonies of #84133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84133C

Black with #84133C

Text Example


Text Example

White with #84133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84133C; }

 p { color: rgb(132,19,60); }

 H1.HeaderClassName
 {
   color: #84133C;
 }
 .AnyTagClassName
 {
   color: #84133C;
 }
</style>

background-color css

<style>
 a { background-color: #84133C; }

 a { background-color: rgb(132,19,60); }

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

border-color css

<style>
 span { border-color: #84133C; }

 span { border-color: rgb(132,19,60); }

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