Html Css Color HEX #85142F Scarlett

📋 copy color: '#85142F'

red 133 ◦ green 20 ◦ blue 47

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

Shades of Scarlett #85142F

Tints of Scarlett #85142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 66.5%
G = 10%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85142F (or 0x85142F) is known color: Scarlett. HEX triplet: 85, 14 and 2F. RGB value is (133,20,47). Sum of RGB (Red+Green+Blue) = 133+20+47=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85142F is #7AEBD0. Grayscale: #383838. Windows color (decimal): -8055761 or 3085445. OLE color: 3085445.

HSL color Cylindrical-coordinate representation of color #85142F: hue angle of 345.66º 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 #85142F is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 47 -
CMYK 0 0.85 0.65 0.48
HSL 345.66º 0.74% 0.3% -
HSV(B) 345.66º 0.85% 0.52% -
XYZ 10.44 5.69 3.24 -
YUV 56.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 133 20 47 0 0.85 0.65 0.48 345.66 0.74 0.3
Hex 85 14 2F 0 55 41 30 15A 4A 1E
Octal 205 24 57 0 125 101 60 532 112 36
Binary 10000101 10100 101111 0 1010101 1000001 110000 101011010 1001010 11110

Color Harmonies of #85142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85142F

Black with #85142F

Text Example


Text Example

White with #85142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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