Html Css Color HEX #851431 Scarlett

📋 copy color: '#851431'

red 133 ◦ green 20 ◦ blue 49

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

Shades of Scarlett #851431

Tints of Scarlett #851431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 65.84%
G = 9.9%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#851431 (or 0x851431) is known color: Scarlett. HEX triplet: 85, 14 and 31. RGB value is (133,20,49). Sum of RGB (Red+Green+Blue) = 133+20+49=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #851431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851431 is #7AEBCE. Grayscale: #393939. Windows color (decimal): -8055759 or 3216517. OLE color: 3216517.

HSL color Cylindrical-coordinate representation of color #851431: hue angle of 344.6º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851431 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 49 -
CMYK 0 0.85 0.63 0.48
HSL 344.6º 0.74% 0.3% -
HSV(B) 344.6º 0.85% 0.52% -
XYZ 10.48 5.71 3.46 -
YUV 57.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 133 20 49 0 0.85 0.63 0.48 344.6 0.74 0.3
Hex 85 14 31 0 55 3F 30 159 4A 1E
Octal 205 24 61 0 125 77 60 531 112 36
Binary 10000101 10100 110001 0 1010101 111111 110000 101011001 1001010 11110

Color Harmonies of #851431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851431

Black with #851431

Text Example


Text Example

White with #851431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851431; }

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

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

background-color css

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

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

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

border-color css

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

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

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