Html Css Color HEX #841133 Scarlett

📋 copy color: '#841133'

red 132 ◦ green 17 ◦ blue 51

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

Shades of Scarlett #841133

Tints of Scarlett #841133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.5%

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 66%
G = 8.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#841133 (or 0x841133) is known color: Scarlett. HEX triplet: 84, 11 and 33. RGB value is (132,17,51). Sum of RGB (Red+Green+Blue) = 132+17+51=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #841133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841133 is #7BEECC. Grayscale: #373737. Windows color (decimal): -8122061 or 3346820. OLE color: 3346820.

HSL color Cylindrical-coordinate representation of color #841133: hue angle of 342.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841133 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 51 -
CMYK 0 0.87 0.61 0.48
HSL 342.26º 0.77% 0.29% -
HSV(B) 342.26º 0.87% 0.52% -
XYZ 10.31 5.55 3.66 -
YUV 55.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 132 17 51 0 0.87 0.61 0.48 342.26 0.77 0.29
Hex 84 11 33 0 57 3D 30 156 4D 1D
Octal 204 21 63 0 127 75 60 526 115 35
Binary 10000100 10001 110011 0 1010111 111101 110000 101010110 1001101 11101

Color Harmonies of #841133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841133

Black with #841133

Text Example


Text Example

White with #841133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841133; }

 p { color: rgb(132,17,51); }

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

background-color css

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

 a { background-color: rgb(132,17,51); }

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

border-color css

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

 span { border-color: rgb(132,17,51); }

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