Html Css Color HEX #851239 Scarlett

📋 copy color: '#851239'

red 133 ◦ green 18 ◦ blue 57

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

Shades of Scarlett #851239

Tints of Scarlett #851239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 63.94%
G = 8.65%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#851239 (or 0x851239) is known color: Scarlett. HEX triplet: 85, 12 and 39. RGB value is (133,18,57). Sum of RGB (Red+Green+Blue) = 133+18+57=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #851239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851239 is #7AEDC6. Grayscale: #383838. Windows color (decimal): -8056263 or 3740293. OLE color: 3740293.

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

Color convert

RGB 133 18 57 -
CMYK 0 0.86 0.57 0.48
HSL 339.65º 0.76% 0.3% -
HSV(B) 339.65º 0.86% 0.52% -
XYZ 10.63 5.71 4.41 -
YUV 56.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 133 18 57 0 0.86 0.57 0.48 339.65 0.76 0.3
Hex 85 12 39 0 56 39 30 154 4C 1E
Octal 205 22 71 0 126 71 60 524 114 36
Binary 10000101 10010 111001 0 1010110 111001 110000 101010100 1001100 11110

Color Harmonies of #851239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851239

Black with #851239

Text Example


Text Example

White with #851239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851239; }

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

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

background-color css

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

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

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

border-color css

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

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

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