Html Css Color HEX #841834 Scarlett

📋 copy color: '#841834'

red 132 ◦ green 24 ◦ blue 52

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

Shades of Scarlett #841834

Tints of Scarlett #841834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 52 (20.7% from 255) = 25%

R = 63.46%
G = 11.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#841834 (or 0x841834) is known color: Scarlett. HEX triplet: 84, 18 and 34. RGB value is (132,24,52). Sum of RGB (Red+Green+Blue) = 132+24+52=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #841834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841834 is #7BE7CB. Grayscale: #3B3B3B. Windows color (decimal): -8120268 or 3414148. OLE color: 3414148.

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

Color convert

RGB 132 24 52 -
CMYK 0 0.82 0.61 0.48
HSL 344.44º 0.69% 0.31% -
HSV(B) 344.44º 0.82% 0.52% -
XYZ 10.46 5.81 3.82 -
YUV 59.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 132 24 52 0 0.82 0.61 0.48 344.44 0.69 0.31
Hex 84 18 34 0 52 3D 30 158 45 1F
Octal 204 30 64 0 122 75 60 530 105 37
Binary 10000100 11000 110100 0 1010010 111101 110000 101011000 1000101 11111

Color Harmonies of #841834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841834

Black with #841834

Text Example


Text Example

White with #841834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841834; }

 p { color: rgb(132,24,52); }

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

background-color css

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

 a { background-color: rgb(132,24,52); }

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

border-color css

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

 span { border-color: rgb(132,24,52); }

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