Html Css Color HEX #851C31 Scarlett

📋 copy color: '#851C31'

red 133 ◦ green 28 ◦ blue 49

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

Shades of Scarlett #851C31

Tints of Scarlett #851C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 63.33%
G = 13.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#851C31 (or 0x851C31) is known color: Scarlett. HEX triplet: 85, 1C and 31. RGB value is (133,28,49). Sum of RGB (Red+Green+Blue) = 133+28+49=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #851C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C31 is #7AE3CE. Grayscale: #3D3D3D. Windows color (decimal): -8053711 or 3218565. OLE color: 3218565.

HSL color Cylindrical-coordinate representation of color #851C31: hue angle of 348º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C31 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 28 49 -
CMYK 0 0.79 0.63 0.48
HSL 348º 0.65% 0.32% -
HSV(B) 348º 0.79% 0.52% -
XYZ 10.64 6.04 3.51 -
YUV 61.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 133 28 49 0 0.79 0.63 0.48 348 0.65 0.32
Hex 85 1C 31 0 4F 3F 30 15C 41 20
Octal 205 34 61 0 117 77 60 534 101 40
Binary 10000101 11100 110001 0 1001111 111111 110000 101011100 1000001 100000

Color Harmonies of #851C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C31

Black with #851C31

Text Example


Text Example

White with #851C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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