Html Css Color HEX #861237 Scarlett

📋 copy color: '#861237'

red 134 ◦ green 18 ◦ blue 55

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

Shades of Scarlett #861237

Tints of Scarlett #861237

RGB

 RED value IS 134 (52.73% from 255) = 64.73%

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

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

R = 64.73%
G = 8.7%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#861237 (or 0x861237) is known color: Scarlett. HEX triplet: 86, 12 and 37. RGB value is (134,18,55). Sum of RGB (Red+Green+Blue) = 134+18+55=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #861237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861237 is #79EDC8. Grayscale: #383838. Windows color (decimal): -7990729 or 3609222. OLE color: 3609222.

HSL color Cylindrical-coordinate representation of color #861237: hue angle of 340.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861237 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 55 -
CMYK 0 0.87 0.59 0.47
HSL 340.86º 0.76% 0.3% -
HSV(B) 340.86º 0.87% 0.53% -
XYZ 10.74 5.78 4.16 -
YUV 56.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 134 18 55 0 0.87 0.59 0.47 340.86 0.76 0.3
Hex 86 12 37 0 57 3B 2F 155 4C 1E
Octal 206 22 67 0 127 73 57 525 114 36
Binary 10000110 10010 110111 0 1010111 111011 101111 101010101 1001100 11110

Color Harmonies of #861237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861237

Black with #861237

Text Example


Text Example

White with #861237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861237; }

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

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

background-color css

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

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

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

border-color css

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

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

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