Html Css Color HEX #851935 Scarlett

📋 copy color: '#851935'

red 133 ◦ green 25 ◦ blue 53

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

Shades of Scarlett #851935

Tints of Scarlett #851935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 63.03%
G = 11.85%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#851935 (or 0x851935) is known color: Scarlett. HEX triplet: 85, 19 and 35. RGB value is (133,25,53). Sum of RGB (Red+Green+Blue) = 133+25+53=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #851935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851935 is #7AE6CA. Grayscale: #3C3C3C. Windows color (decimal): -8054475 or 3479941. OLE color: 3479941.

HSL color Cylindrical-coordinate representation of color #851935: hue angle of 344.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851935 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 53 -
CMYK 0 0.81 0.60 0.48
HSL 344.44º 0.68% 0.31% -
HSV(B) 344.44º 0.81% 0.52% -
XYZ 10.66 5.94 3.95 -
YUV 60.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 133 25 53 0 0.81 0.60 0.48 344.44 0.68 0.31
Hex 85 19 35 0 51 3C 30 158 44 1F
Octal 205 31 65 0 121 74 60 530 104 37
Binary 10000101 11001 110101 0 1010001 111100 110000 101011000 1000100 11111

Color Harmonies of #851935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851935

Black with #851935

Text Example


Text Example

White with #851935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851935; }

 p { color: rgb(133,25,53); }

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

background-color css

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

 a { background-color: rgb(133,25,53); }

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

border-color css

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

 span { border-color: rgb(133,25,53); }

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