Html Css Color HEX #85162C Scarlett

📋 copy color: '#85162C'

red 133 ◦ green 22 ◦ blue 44

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

Shades of Scarlett #85162C

Tints of Scarlett #85162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

 BLUE value IS 44 (17.58% from 255) = 22.11%

R = 66.83%
G = 11.06%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85162C (or 0x85162C) is known color: Scarlett. HEX triplet: 85, 16 and 2C. RGB value is (133,22,44). Sum of RGB (Red+Green+Blue) = 133+22+44=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85162C is #7AE9D3. Grayscale: #393939. Windows color (decimal): -8055252 or 2889349. OLE color: 2889349.

HSL color Cylindrical-coordinate representation of color #85162C: hue angle of 348.11º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85162C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 44 -
CMYK 0 0.83 0.67 0.48
HSL 348.11º 0.72% 0.3% -
HSV(B) 348.11º 0.83% 0.52% -
XYZ 10.41 5.74 2.94 -
YUV 57.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 133 22 44 0 0.83 0.67 0.48 348.11 0.72 0.3
Hex 85 16 2C 0 53 43 30 15C 48 1E
Octal 205 26 54 0 123 103 60 534 110 36
Binary 10000101 10110 101100 0 1010011 1000011 110000 101011100 1001000 11110

Color Harmonies of #85162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85162C

Black with #85162C

Text Example


Text Example

White with #85162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85162C; }

 p { color: rgb(133,22,44); }

 H1.HeaderClassName
 {
   color: #85162C;
 }
 .AnyTagClassName
 {
   color: #85162C;
 }
</style>

background-color css

<style>
 a { background-color: #85162C; }

 a { background-color: rgb(133,22,44); }

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

border-color css

<style>
 span { border-color: #85162C; }

 span { border-color: rgb(133,22,44); }

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