Html Css Color HEX #86123C Scarlett

📋 copy color: '#86123C'

red 134 ◦ green 18 ◦ blue 60

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

Shades of Scarlett #86123C

Tints of Scarlett #86123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 63.21%
G = 8.49%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86123C (or 0x86123C) is known color: Scarlett. HEX triplet: 86, 12 and 3C. RGB value is (134,18,60). Sum of RGB (Red+Green+Blue) = 134+18+60=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86123C is #79EDC3. Grayscale: #393939. Windows color (decimal): -7990724 or 3936902. OLE color: 3936902.

HSL color Cylindrical-coordinate representation of color #86123C: hue angle of 338.28º 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 #86123C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 60 -
CMYK 0 0.87 0.55 0.47
HSL 338.28º 0.76% 0.3% -
HSV(B) 338.28º 0.87% 0.53% -
XYZ 10.86 5.83 4.83 -
YUV 57.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 134 18 60 0 0.87 0.55 0.47 338.28 0.76 0.3
Hex 86 12 3C 0 57 37 2F 152 4C 1E
Octal 206 22 74 0 127 67 57 522 114 36
Binary 10000110 10010 111100 0 1010111 110111 101111 101010010 1001100 11110

Color Harmonies of #86123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86123C

Black with #86123C

Text Example


Text Example

White with #86123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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