Html Css Color HEX #851A31 Scarlett

📋 copy color: '#851A31'

red 133 ◦ green 26 ◦ blue 49

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

Shades of Scarlett #851A31

Tints of Scarlett #851A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 63.94%
G = 12.5%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#851A31 (or 0x851A31) is known color: Scarlett. HEX triplet: 85, 1A and 31. RGB value is (133,26,49). Sum of RGB (Red+Green+Blue) = 133+26+49=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #851A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A31 is #7AE5CE. Grayscale: #3C3C3C. Windows color (decimal): -8054223 or 3218053. OLE color: 3218053.

HSL color Cylindrical-coordinate representation of color #851A31: hue angle of 347.1º 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 #851A31 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 49 -
CMYK 0 0.80 0.63 0.48
HSL 347.1º 0.67% 0.31% -
HSV(B) 347.1º 0.8% 0.52% -
XYZ 10.6 5.95 3.5 -
YUV 60.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 133 26 49 0 0.80 0.63 0.48 347.1 0.67 0.31
Hex 85 1A 31 0 50 3F 30 15B 43 1F
Octal 205 32 61 0 120 77 60 533 103 37
Binary 10000101 11010 110001 0 1010000 111111 110000 101011011 1000011 11111

Color Harmonies of #851A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A31

Black with #851A31

Text Example


Text Example

White with #851A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851A31; }

 p { color: rgb(133,26,49); }

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

background-color css

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

 a { background-color: rgb(133,26,49); }

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

border-color css

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

 span { border-color: rgb(133,26,49); }

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