Html Css Color HEX #841F30 Scarlett

📋 copy color: '#841F30'

red 132 ◦ green 31 ◦ blue 48

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

Shades of Scarlett #841F30

Tints of Scarlett #841F30

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 62.56%
G = 14.69%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#841F30 (or 0x841F30) is known color: Scarlett. HEX triplet: 84, 1F and 30. RGB value is (132,31,48). Sum of RGB (Red+Green+Blue) = 132+31+48=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #841F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F30 is #7BE0CF. Grayscale: #3F3F3F. Windows color (decimal): -8118480 or 3153796. OLE color: 3153796.

HSL color Cylindrical-coordinate representation of color #841F30: hue angle of 349.9º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841F30 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 31 48 -
CMYK 0 0.77 0.64 0.48
HSL 349.9º 0.62% 0.32% -
HSV(B) 349.9º 0.77% 0.52% -
XYZ 10.54 6.1 3.42 -
YUV 63.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 132 31 48 0 0.77 0.64 0.48 349.9 0.62 0.32
Hex 84 1F 30 0 4D 40 30 15E 3E 20
Octal 204 37 60 0 115 100 60 536 76 40
Binary 10000100 11111 110000 0 1001101 1000000 110000 101011110 111110 100000

Color Harmonies of #841F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F30

Black with #841F30

Text Example


Text Example

White with #841F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F30; }

 p { color: rgb(132,31,48); }

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

background-color css

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

 a { background-color: rgb(132,31,48); }

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

border-color css

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

 span { border-color: rgb(132,31,48); }

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