Html Css Color HEX #85153D Scarlett

📋 copy color: '#85153D'

red 133 ◦ green 21 ◦ blue 61

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

Shades of Scarlett #85153D

Tints of Scarlett #85153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 61.86%
G = 9.77%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85153D (or 0x85153D) is known color: Scarlett. HEX triplet: 85, 15 and 3D. RGB value is (133,21,61). Sum of RGB (Red+Green+Blue) = 133+21+61=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85153D is #7AEAC2. Grayscale: #3B3B3B. Windows color (decimal): -8055491 or 4003205. OLE color: 4003205.

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

Color convert

RGB 133 21 61 -
CMYK 0 0.84 0.54 0.48
HSL 338.57º 0.73% 0.3% -
HSV(B) 338.57º 0.84% 0.52% -
XYZ 10.78 5.86 4.98 -
YUV 59.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 133 21 61 0 0.84 0.54 0.48 338.57 0.73 0.3
Hex 85 15 3D 0 54 36 30 153 49 1E
Octal 205 25 75 0 124 66 60 523 111 36
Binary 10000101 10101 111101 0 1010100 110110 110000 101010011 1001001 11110

Color Harmonies of #85153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85153D

Black with #85153D

Text Example


Text Example

White with #85153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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