Html Css Color HEX #85162D Scarlett

📋 copy color: '#85162D'

red 133 ◦ green 22 ◦ blue 45

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

Shades of Scarlett #85162D

Tints of Scarlett #85162D

RGB

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

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

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

R = 66.5%
G = 11%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85162D (or 0x85162D) is known color: Scarlett. HEX triplet: 85, 16 and 2D. RGB value is (133,22,45). Sum of RGB (Red+Green+Blue) = 133+22+45=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85162D is #7AE9D2. Grayscale: #393939. Windows color (decimal): -8055251 or 2954885. OLE color: 2954885.

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

Color convert

RGB 133 22 45 -
CMYK 0 0.83 0.66 0.48
HSL 347.57º 0.72% 0.3% -
HSV(B) 347.57º 0.83% 0.52% -
XYZ 10.43 5.75 3.04 -
YUV 57.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 133 22 45 0 0.83 0.66 0.48 347.57 0.72 0.3
Hex 85 16 2D 0 53 42 30 15C 48 1E
Octal 205 26 55 0 123 102 60 534 110 36
Binary 10000101 10110 101101 0 1010011 1000010 110000 101011100 1001000 11110

Color Harmonies of #85162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85162D

Black with #85162D

Text Example


Text Example

White with #85162D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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