Html Css Color HEX #85142E Scarlett

📋 copy color: '#85142E'

red 133 ◦ green 20 ◦ blue 46

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

Shades of Scarlett #85142E

Tints of Scarlett #85142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.12%

R = 66.83%
G = 10.05%
B = 23.12%

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

#85142E (or 0x85142E) is known color: Scarlett. HEX triplet: 85, 14 and 2E. RGB value is (133,20,46). Sum of RGB (Red+Green+Blue) = 133+20+46=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85142E is #7AEBD1. Grayscale: #383838. Windows color (decimal): -8055762 or 3019909. OLE color: 3019909.

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

Color convert

RGB 133 20 46 -
CMYK 0 0.85 0.65 0.48
HSL 346.19º 0.74% 0.3% -
HSV(B) 346.19º 0.85% 0.52% -
XYZ 10.42 5.68 3.13 -
YUV 56.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 133 20 46 0 0.85 0.65 0.48 346.19 0.74 0.3
Hex 85 14 2E 0 55 41 30 15A 4A 1E
Octal 205 24 56 0 125 101 60 532 112 36
Binary 10000101 10100 101110 0 1010101 1000001 110000 101011010 1001010 11110

Color Harmonies of #85142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85142E

Black with #85142E

Text Example


Text Example

White with #85142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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