Html Css Color HEX #85182D Scarlett

📋 copy color: '#85182D'

red 133 ◦ green 24 ◦ blue 45

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

Shades of Scarlett #85182D

Tints of Scarlett #85182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

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

R = 65.84%
G = 11.88%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85182D (or 0x85182D) is known color: Scarlett. HEX triplet: 85, 18 and 2D. RGB value is (133,24,45). Sum of RGB (Red+Green+Blue) = 133+24+45=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85182D is #7AE7D2. Grayscale: #3B3B3B. Windows color (decimal): -8054739 or 2955397. OLE color: 2955397.

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

Color convert

RGB 133 24 45 -
CMYK 0 0.82 0.66 0.48
HSL 348.44º 0.69% 0.31% -
HSV(B) 348.44º 0.82% 0.52% -
XYZ 10.47 5.83 3.06 -
YUV 58.99 120.11 180.79 -
System Red Green Blue C M Y K H S L
Decimal 133 24 45 0 0.82 0.66 0.48 348.44 0.69 0.31
Hex 85 18 2D 0 52 42 30 15C 45 1F
Octal 205 30 55 0 122 102 60 534 105 37
Binary 10000101 11000 101101 0 1010010 1000010 110000 101011100 1000101 11111

Color Harmonies of #85182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85182D

Black with #85182D

Text Example


Text Example

White with #85182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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