Html Css Color HEX #851934 Scarlett

📋 copy color: '#851934'

red 133 ◦ green 25 ◦ blue 52

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

Shades of Scarlett #851934

Tints of Scarlett #851934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.76%

R = 63.33%
G = 11.9%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#851934 (or 0x851934) is known color: Scarlett. HEX triplet: 85, 19 and 34. RGB value is (133,25,52). Sum of RGB (Red+Green+Blue) = 133+25+52=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #851934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851934 is #7AE6CB. Grayscale: #3C3C3C. Windows color (decimal): -8054476 or 3414405. OLE color: 3414405.

HSL color Cylindrical-coordinate representation of color #851934: hue angle of 345º 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 #851934 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 52 -
CMYK 0 0.81 0.61 0.48
HSL 345º 0.68% 0.31% -
HSV(B) 345º 0.81% 0.52% -
XYZ 10.64 5.93 3.83 -
YUV 60.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 133 25 52 0 0.81 0.61 0.48 345 0.68 0.31
Hex 85 19 34 0 51 3D 30 159 44 1F
Octal 205 31 64 0 121 75 60 531 104 37
Binary 10000101 11001 110100 0 1010001 111101 110000 101011001 1000100 11111

Color Harmonies of #851934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851934

Black with #851934

Text Example


Text Example

White with #851934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851934; }

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

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

background-color css

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

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

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

border-color css

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

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

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