Html Css Color HEX #851037 Scarlett

📋 copy color: '#851037'

red 133 ◦ green 16 ◦ blue 55

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

Shades of Scarlett #851037

Tints of Scarlett #851037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 65.2%
G = 7.84%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#851037 (or 0x851037) is known color: Scarlett. HEX triplet: 85, 10 and 37. RGB value is (133,16,55). Sum of RGB (Red+Green+Blue) = 133+16+55=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #851037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851037 is #7AEFC8. Grayscale: #373737. Windows color (decimal): -8056777 or 3608709. OLE color: 3608709.

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

Color convert

RGB 133 16 55 -
CMYK 0 0.88 0.59 0.48
HSL 340º 0.79% 0.29% -
HSV(B) 340º 0.88% 0.52% -
XYZ 10.55 5.63 4.15 -
YUV 55.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 133 16 55 0 0.88 0.59 0.48 340 0.79 0.29
Hex 85 10 37 0 58 3B 30 154 4F 1D
Octal 205 20 67 0 130 73 60 524 117 35
Binary 10000101 10000 110111 0 1011000 111011 110000 101010100 1001111 11101

Color Harmonies of #851037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851037

Black with #851037

Text Example


Text Example

White with #851037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851037; }

 p { color: rgb(133,16,55); }

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

background-color css

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

 a { background-color: rgb(133,16,55); }

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

border-color css

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

 span { border-color: rgb(133,16,55); }

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