Html Css Color HEX #85142C Scarlett

📋 copy color: '#85142C'

red 133 ◦ green 20 ◦ blue 44

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

Shades of Scarlett #85142C

Tints of Scarlett #85142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 67.51%
G = 10.15%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85142C (or 0x85142C) is known color: Scarlett. HEX triplet: 85, 14 and 2C. RGB value is (133,20,44). Sum of RGB (Red+Green+Blue) = 133+20+44=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85142C is #7AEBD3. Grayscale: #383838. Windows color (decimal): -8055764 or 2888837. OLE color: 2888837.

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

Color convert

RGB 133 20 44 -
CMYK 0 0.85 0.67 0.48
HSL 347.26º 0.74% 0.3% -
HSV(B) 347.26º 0.85% 0.52% -
XYZ 10.38 5.67 2.93 -
YUV 56.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 133 20 44 0 0.85 0.67 0.48 347.26 0.74 0.3
Hex 85 14 2C 0 55 43 30 15B 4A 1E
Octal 205 24 54 0 125 103 60 533 112 36
Binary 10000101 10100 101100 0 1010101 1000011 110000 101011011 1001010 11110

Color Harmonies of #85142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85142C

Black with #85142C

Text Example


Text Example

White with #85142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,20,44); }

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

background-color css

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

 a { background-color: rgb(133,20,44); }

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

border-color css

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

 span { border-color: rgb(133,20,44); }

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