Html Css Color HEX #841233 Scarlett

📋 copy color: '#841233'

red 132 ◦ green 18 ◦ blue 51

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

Shades of Scarlett #841233

Tints of Scarlett #841233

RGB

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

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

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

R = 65.67%
G = 8.96%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#841233 (or 0x841233) is known color: Scarlett. HEX triplet: 84, 12 and 33. RGB value is (132,18,51). Sum of RGB (Red+Green+Blue) = 132+18+51=201 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.67% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 132 - color contains mainly: red. Hex color #841233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841233 is #7BEDCC. Grayscale: #373737. Windows color (decimal): -8121805 or 3347076. OLE color: 3347076.

HSL color Cylindrical-coordinate representation of color #841233: hue angle of 342.63º 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 #841233 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 51 -
CMYK 0 0.86 0.61 0.48
HSL 342.63º 0.76% 0.29% -
HSV(B) 342.63º 0.86% 0.52% -
XYZ 10.33 5.58 3.66 -
YUV 55.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 132 18 51 0 0.86 0.61 0.48 342.63 0.76 0.29
Hex 84 12 33 0 56 3D 30 157 4C 1D
Octal 204 22 63 0 126 75 60 527 114 35
Binary 10000100 10010 110011 0 1010110 111101 110000 101010111 1001100 11101

Color Harmonies of #841233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841233

Black with #841233

Text Example


Text Example

White with #841233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841233; }

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

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

background-color css

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

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

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

border-color css

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

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

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