Html Css Color HEX #851936 Scarlett

📋 copy color: '#851936'

red 133 ◦ green 25 ◦ blue 54

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

Shades of Scarlett #851936

Tints of Scarlett #851936

RGB

 RED value IS 133 (52.34% from 255) = 62.74%

 GREEN value IS 25 (10.16% from 255) = 11.79%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 62.74%
G = 11.79%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#851936 (or 0x851936) is known color: Scarlett. HEX triplet: 85, 19 and 36. RGB value is (133,25,54). Sum of RGB (Red+Green+Blue) = 133+25+54=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #851936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851936 is #7AE6C9. Grayscale: #3C3C3C. Windows color (decimal): -8054474 or 3545477. OLE color: 3545477.

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

Color convert

RGB 133 25 54 -
CMYK 0 0.81 0.59 0.48
HSL 343.89º 0.68% 0.31% -
HSV(B) 343.89º 0.81% 0.52% -
XYZ 10.69 5.95 4.07 -
YUV 60.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 133 25 54 0 0.81 0.59 0.48 343.89 0.68 0.31
Hex 85 19 36 0 51 3B 30 158 44 1F
Octal 205 31 66 0 121 73 60 530 104 37
Binary 10000101 11001 110110 0 1010001 111011 110000 101011000 1000100 11111

Color Harmonies of #851936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851936

Black with #851936

Text Example


Text Example

White with #851936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851936; }

 p { color: rgb(133,25,54); }

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

background-color css

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

 a { background-color: rgb(133,25,54); }

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

border-color css

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

 span { border-color: rgb(133,25,54); }

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