Html Css Color HEX #85142D Scarlett

📋 copy color: '#85142D'

red 133 ◦ green 20 ◦ blue 45

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

Shades of Scarlett #85142D

Tints of Scarlett #85142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 67.17%
G = 10.1%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85142D (or 0x85142D) is known color: Scarlett. HEX triplet: 85, 14 and 2D. RGB value is (133,20,45). Sum of RGB (Red+Green+Blue) = 133+20+45=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85142D is #7AEBD2. Grayscale: #383838. Windows color (decimal): -8055763 or 2954373. OLE color: 2954373.

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

Color convert

RGB 133 20 45 -
CMYK 0 0.85 0.66 0.48
HSL 346.73º 0.74% 0.3% -
HSV(B) 346.73º 0.85% 0.52% -
XYZ 10.4 5.68 3.03 -
YUV 56.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 133 20 45 0 0.85 0.66 0.48 346.73 0.74 0.3
Hex 85 14 2D 0 55 42 30 15B 4A 1E
Octal 205 24 55 0 125 102 60 533 112 36
Binary 10000101 10100 101101 0 1010101 1000010 110000 101011011 1001010 11110

Color Harmonies of #85142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85142D

Black with #85142D

Text Example


Text Example

White with #85142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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