Html Css Color HEX #851237 Scarlett

📋 copy color: '#851237'

red 133 ◦ green 18 ◦ blue 55

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

Shades of Scarlett #851237

Tints of Scarlett #851237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 64.56%
G = 8.74%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#851237 (or 0x851237) is known color: Scarlett. HEX triplet: 85, 12 and 37. RGB value is (133,18,55). Sum of RGB (Red+Green+Blue) = 133+18+55=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #851237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851237 is #7AEDC8. Grayscale: #383838. Windows color (decimal): -8056265 or 3609221. OLE color: 3609221.

HSL color Cylindrical-coordinate representation of color #851237: hue angle of 340.7º degrees, saturation: 0.76, 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 #851237 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 55 -
CMYK 0 0.86 0.59 0.48
HSL 340.7º 0.76% 0.3% -
HSV(B) 340.7º 0.86% 0.52% -
XYZ 10.58 5.69 4.16 -
YUV 56.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 133 18 55 0 0.86 0.59 0.48 340.7 0.76 0.3
Hex 85 12 37 0 56 3B 30 155 4C 1E
Octal 205 22 67 0 126 73 60 525 114 36
Binary 10000101 10010 110111 0 1010110 111011 110000 101010101 1001100 11110

Color Harmonies of #851237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851237

Black with #851237

Text Example


Text Example

White with #851237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851237; }

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

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

background-color css

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

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

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

border-color css

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

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

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