Html Css Color HEX #851329 Scarlett

📋 copy color: '#851329'

red 133 ◦ green 19 ◦ blue 41

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

Shades of Scarlett #851329

Tints of Scarlett #851329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 68.91%
G = 9.84%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#851329 (or 0x851329) is known color: Scarlett. HEX triplet: 85, 13 and 29. RGB value is (133,19,41). Sum of RGB (Red+Green+Blue) = 133+19+41=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #851329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851329 is #7AECD6. Grayscale: #373737. Windows color (decimal): -8056023 or 2691973. OLE color: 2691973.

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

Color convert

RGB 133 19 41 -
CMYK 0 0.86 0.69 0.48
HSL 348.42º 0.75% 0.3% -
HSV(B) 348.42º 0.86% 0.52% -
XYZ 10.31 5.61 2.64 -
YUV 55.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 133 19 41 0 0.86 0.69 0.48 348.42 0.75 0.3
Hex 85 13 29 0 56 45 30 15C 4B 1E
Octal 205 23 51 0 126 105 60 534 113 36
Binary 10000101 10011 101001 0 1010110 1000101 110000 101011100 1001011 11110

Color Harmonies of #851329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851329

Black with #851329

Text Example


Text Example

White with #851329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851329; }

 p { color: rgb(133,19,41); }

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

background-color css

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

 a { background-color: rgb(133,19,41); }

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

border-color css

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

 span { border-color: rgb(133,19,41); }

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