Html Css Color HEX #86133C Scarlett

📋 copy color: '#86133C'

red 134 ◦ green 19 ◦ blue 60

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

Shades of Scarlett #86133C

Tints of Scarlett #86133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 62.91%
G = 8.92%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86133C (or 0x86133C) is known color: Scarlett. HEX triplet: 86, 13 and 3C. RGB value is (134,19,60). Sum of RGB (Red+Green+Blue) = 134+19+60=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86133C is #79ECC3. Grayscale: #3A3A3A. Windows color (decimal): -7990468 or 3937158. OLE color: 3937158.

HSL color Cylindrical-coordinate representation of color #86133C: hue angle of 338.61º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86133C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 60 -
CMYK 0 0.86 0.55 0.47
HSL 338.61º 0.75% 0.3% -
HSV(B) 338.61º 0.86% 0.53% -
XYZ 10.88 5.86 4.83 -
YUV 58.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 134 19 60 0 0.86 0.55 0.47 338.61 0.75 0.3
Hex 86 13 3C 0 56 37 2F 153 4B 1E
Octal 206 23 74 0 126 67 57 523 113 36
Binary 10000110 10011 111100 0 1010110 110111 101111 101010011 1001011 11110

Color Harmonies of #86133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86133C

Black with #86133C

Text Example


Text Example

White with #86133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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