Html Css Color HEX #85172D Scarlett

📋 copy color: '#85172D'

red 133 ◦ green 23 ◦ blue 45

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

Shades of Scarlett #85172D

Tints of Scarlett #85172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 66.17%
G = 11.44%
B = 22.39%

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

#85172D (or 0x85172D) is known color: Scarlett. HEX triplet: 85, 17 and 2D. RGB value is (133,23,45). Sum of RGB (Red+Green+Blue) = 133+23+45=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85172D is #7AE8D2. Grayscale: #3A3A3A. Windows color (decimal): -8054995 or 2955141. OLE color: 2955141.

HSL color Cylindrical-coordinate representation of color #85172D: hue angle of 348º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85172D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 45 -
CMYK 0 0.83 0.66 0.48
HSL 348º 0.71% 0.31% -
HSV(B) 348º 0.83% 0.52% -
XYZ 10.45 5.79 3.05 -
YUV 58.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 133 23 45 0 0.83 0.66 0.48 348 0.71 0.31
Hex 85 17 2D 0 53 42 30 15C 47 1F
Octal 205 27 55 0 123 102 60 534 107 37
Binary 10000101 10111 101101 0 1010011 1000010 110000 101011100 1000111 11111

Color Harmonies of #85172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85172D

Black with #85172D

Text Example


Text Example

White with #85172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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