Html Css Color HEX #85192D Scarlett

📋 copy color: '#85192D'

red 133 ◦ green 25 ◦ blue 45

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

Shades of Scarlett #85192D

Tints of Scarlett #85192D

RGB

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

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

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

R = 65.52%
G = 12.32%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85192D (or 0x85192D) is known color: Scarlett. HEX triplet: 85, 19 and 2D. RGB value is (133,25,45). Sum of RGB (Red+Green+Blue) = 133+25+45=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #85192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85192D is #7AE6D2. Grayscale: #3B3B3B. Windows color (decimal): -8054483 or 2955653. OLE color: 2955653.

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

Color convert

RGB 133 25 45 -
CMYK 0 0.81 0.66 0.48
HSL 348.89º 0.68% 0.31% -
HSV(B) 348.89º 0.81% 0.52% -
XYZ 10.49 5.87 3.06 -
YUV 59.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 133 25 45 0 0.81 0.66 0.48 348.89 0.68 0.31
Hex 85 19 2D 0 51 42 30 15D 44 1F
Octal 205 31 55 0 121 102 60 535 104 37
Binary 10000101 11001 101101 0 1010001 1000010 110000 101011101 1000100 11111

Color Harmonies of #85192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85192D

Black with #85192D

Text Example


Text Example

White with #85192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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