Html Css Color HEX #841A35 Scarlett

📋 copy color: '#841A35'

red 132 ◦ green 26 ◦ blue 53

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

Shades of Scarlett #841A35

Tints of Scarlett #841A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 62.56%
G = 12.32%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#841A35 (or 0x841A35) is known color: Scarlett. HEX triplet: 84, 1A and 35. RGB value is (132,26,53). Sum of RGB (Red+Green+Blue) = 132+26+53=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #841A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841A35 is #7BE5CA. Grayscale: #3C3C3C. Windows color (decimal): -8119755 or 3480196. OLE color: 3480196.

HSL color Cylindrical-coordinate representation of color #841A35: hue angle of 344.72º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A35 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 26 53 -
CMYK 0 0.80 0.60 0.48
HSL 344.72º 0.67% 0.31% -
HSV(B) 344.72º 0.8% 0.52% -
XYZ 10.53 5.9 3.95 -
YUV 60.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 132 26 53 0 0.80 0.60 0.48 344.72 0.67 0.31
Hex 84 1A 35 0 50 3C 30 159 43 1F
Octal 204 32 65 0 120 74 60 531 103 37
Binary 10000100 11010 110101 0 1010000 111100 110000 101011001 1000011 11111

Color Harmonies of #841A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841A35

Black with #841A35

Text Example


Text Example

White with #841A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,26,53); }

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

background-color css

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

 a { background-color: rgb(132,26,53); }

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

border-color css

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

 span { border-color: rgb(132,26,53); }

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