Html Css Color HEX #841237 Scarlett

📋 copy color: '#841237'

red 132 ◦ green 18 ◦ blue 55

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

Shades of Scarlett #841237

Tints of Scarlett #841237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.83%

R = 64.39%
G = 8.78%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#841237 (or 0x841237) is known color: Scarlett. HEX triplet: 84, 12 and 37. RGB value is (132,18,55). Sum of RGB (Red+Green+Blue) = 132+18+55=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #841237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841237 is #7BEDC8. Grayscale: #383838. Windows color (decimal): -8121801 or 3609220. OLE color: 3609220.

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

Color convert

RGB 132 18 55 -
CMYK 0 0.86 0.58 0.48
HSL 340.53º 0.76% 0.29% -
HSV(B) 340.53º 0.86% 0.52% -
XYZ 10.42 5.61 4.15 -
YUV 56.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 132 18 55 0 0.86 0.58 0.48 340.53 0.76 0.29
Hex 84 12 37 0 56 3A 30 155 4C 1D
Octal 204 22 67 0 126 72 60 525 114 35
Binary 10000100 10010 110111 0 1010110 111010 110000 101010101 1001100 11101

Color Harmonies of #841237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841237

Black with #841237

Text Example


Text Example

White with #841237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841237; }

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

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

background-color css

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

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

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

border-color css

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

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

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