Html Css Color HEX #85152F Scarlett

📋 copy color: '#85152F'

red 133 ◦ green 21 ◦ blue 47

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

Shades of Scarlett #85152F

Tints of Scarlett #85152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 66.17%
G = 10.45%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85152F (or 0x85152F) is known color: Scarlett. HEX triplet: 85, 15 and 2F. RGB value is (133,21,47). Sum of RGB (Red+Green+Blue) = 133+21+47=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85152F is #7AEAD0. Grayscale: #393939. Windows color (decimal): -8055505 or 3085701. OLE color: 3085701.

HSL color Cylindrical-coordinate representation of color #85152F: hue angle of 346.07º 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 #85152F is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 47 -
CMYK 0 0.84 0.65 0.48
HSL 346.07º 0.73% 0.3% -
HSV(B) 346.07º 0.84% 0.52% -
XYZ 10.45 5.73 3.24 -
YUV 57.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 133 21 47 0 0.84 0.65 0.48 346.07 0.73 0.3
Hex 85 15 2F 0 54 41 30 15A 49 1E
Octal 205 25 57 0 124 101 60 532 111 36
Binary 10000101 10101 101111 0 1010100 1000001 110000 101011010 1001001 11110

Color Harmonies of #85152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85152F

Black with #85152F

Text Example


Text Example

White with #85152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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