Html Css Color HEX #85192F Scarlett

📋 copy color: '#85192F'

red 133 ◦ green 25 ◦ blue 47

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

Shades of Scarlett #85192F

Tints of Scarlett #85192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 64.88%
G = 12.2%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85192F (or 0x85192F) is known color: Scarlett. HEX triplet: 85, 19 and 2F. RGB value is (133,25,47). Sum of RGB (Red+Green+Blue) = 133+25+47=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #85192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85192F is #7AE6D0. Grayscale: #3B3B3B. Windows color (decimal): -8054481 or 3086725. OLE color: 3086725.

HSL color Cylindrical-coordinate representation of color #85192F: hue angle of 347.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85192F is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 47 -
CMYK 0 0.81 0.65 0.48
HSL 347.78º 0.68% 0.31% -
HSV(B) 347.78º 0.81% 0.52% -
XYZ 10.53 5.89 3.27 -
YUV 59.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 133 25 47 0 0.81 0.65 0.48 347.78 0.68 0.31
Hex 85 19 2F 0 51 41 30 15C 44 1F
Octal 205 31 57 0 121 101 60 534 104 37
Binary 10000101 11001 101111 0 1010001 1000001 110000 101011100 1000100 11111

Color Harmonies of #85192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85192F

Black with #85192F

Text Example


Text Example

White with #85192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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