Html Css Color HEX #85163C Scarlett

📋 copy color: '#85163C'

red 133 ◦ green 22 ◦ blue 60

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

Shades of Scarlett #85163C

Tints of Scarlett #85163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

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

R = 61.86%
G = 10.23%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85163C (or 0x85163C) is known color: Scarlett. HEX triplet: 85, 16 and 3C. RGB value is (133,22,60). Sum of RGB (Red+Green+Blue) = 133+22+60=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85163C is #7AE9C3. Grayscale: #3B3B3B. Windows color (decimal): -8055236 or 3937925. OLE color: 3937925.

HSL color Cylindrical-coordinate representation of color #85163C: hue angle of 339.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85163C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 60 -
CMYK 0 0.83 0.55 0.48
HSL 339.46º 0.72% 0.3% -
HSV(B) 339.46º 0.83% 0.52% -
XYZ 10.78 5.89 4.84 -
YUV 59.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 133 22 60 0 0.83 0.55 0.48 339.46 0.72 0.3
Hex 85 16 3C 0 53 37 30 153 48 1E
Octal 205 26 74 0 123 67 60 523 110 36
Binary 10000101 10110 111100 0 1010011 110111 110000 101010011 1001000 11110

Color Harmonies of #85163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85163C

Black with #85163C

Text Example


Text Example

White with #85163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,22,60); }

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

background-color css

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

 a { background-color: rgb(133,22,60); }

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

border-color css

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

 span { border-color: rgb(133,22,60); }

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