Html Css Color HEX #841825 Scarlett

📋 copy color: '#841825'

red 132 ◦ green 24 ◦ blue 37

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

Shades of Scarlett #841825

Tints of Scarlett #841825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 68.39%
G = 12.44%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#841825 (or 0x841825) is known color: Scarlett. HEX triplet: 84, 18 and 25. RGB value is (132,24,37). Sum of RGB (Red+Green+Blue) = 132+24+37=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #841825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841825 is #7BE7DA. Grayscale: #393939. Windows color (decimal): -8120283 or 2431108. OLE color: 2431108.

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

Color convert

RGB 132 24 37 -
CMYK 0 0.82 0.72 0.48
HSL 352.78º 0.69% 0.31% -
HSV(B) 352.78º 0.82% 0.52% -
XYZ 10.18 5.69 2.31 -
YUV 57.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 132 24 37 0 0.82 0.72 0.48 352.78 0.69 0.31
Hex 84 18 25 0 52 48 30 161 45 1F
Octal 204 30 45 0 122 110 60 541 105 37
Binary 10000100 11000 100101 0 1010010 1001000 110000 101100001 1000101 11111

Color Harmonies of #841825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841825

Black with #841825

Text Example


Text Example

White with #841825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841825; }

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

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

background-color css

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

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

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

border-color css

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

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

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