Html Css Color HEX #85152D Scarlett

📋 copy color: '#85152D'

red 133 ◦ green 21 ◦ blue 45

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

Shades of Scarlett #85152D

Tints of Scarlett #85152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 66.83%
G = 10.55%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85152D (or 0x85152D) is known color: Scarlett. HEX triplet: 85, 15 and 2D. RGB value is (133,21,45). Sum of RGB (Red+Green+Blue) = 133+21+45=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85152D is #7AEAD2. Grayscale: #393939. Windows color (decimal): -8055507 or 2954629. OLE color: 2954629.

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

Color convert

RGB 133 21 45 -
CMYK 0 0.84 0.66 0.48
HSL 347.14º 0.73% 0.3% -
HSV(B) 347.14º 0.84% 0.52% -
XYZ 10.41 5.71 3.04 -
YUV 57.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 133 21 45 0 0.84 0.66 0.48 347.14 0.73 0.3
Hex 85 15 2D 0 54 42 30 15B 49 1E
Octal 205 25 55 0 124 102 60 533 111 36
Binary 10000101 10101 101101 0 1010100 1000010 110000 101011011 1001001 11110

Color Harmonies of #85152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85152D

Black with #85152D

Text Example


Text Example

White with #85152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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