Html Css Color HEX #851932 Scarlett

📋 copy color: '#851932'

red 133 ◦ green 25 ◦ blue 50

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

Shades of Scarlett #851932

Tints of Scarlett #851932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 63.94%
G = 12.02%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#851932 (or 0x851932) is known color: Scarlett. HEX triplet: 85, 19 and 32. RGB value is (133,25,50). Sum of RGB (Red+Green+Blue) = 133+25+50=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #851932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851932 is #7AE6CD. Grayscale: #3C3C3C. Windows color (decimal): -8054478 or 3283333. OLE color: 3283333.

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

Color convert

RGB 133 25 50 -
CMYK 0 0.81 0.62 0.48
HSL 346.11º 0.68% 0.31% -
HSV(B) 346.11º 0.81% 0.52% -
XYZ 10.6 5.91 3.6 -
YUV 60.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 133 25 50 0 0.81 0.62 0.48 346.11 0.68 0.31
Hex 85 19 32 0 51 3E 30 15A 44 1F
Octal 205 31 62 0 121 76 60 532 104 37
Binary 10000101 11001 110010 0 1010001 111110 110000 101011010 1000100 11111

Color Harmonies of #851932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851932

Black with #851932

Text Example


Text Example

White with #851932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851932; }

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

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

background-color css

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

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

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

border-color css

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

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

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