Html Css Color HEX #851132 Scarlett

📋 copy color: '#851132'

red 133 ◦ green 17 ◦ blue 50

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

Shades of Scarlett #851132

Tints of Scarlett #851132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.5%

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

R = 66.5%
G = 8.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#851132 (or 0x851132) is known color: Scarlett. HEX triplet: 85, 11 and 32. RGB value is (133,17,50). Sum of RGB (Red+Green+Blue) = 133+17+50=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #851132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851132 is #7AEECD. Grayscale: #373737. Windows color (decimal): -8056526 or 3281285. OLE color: 3281285.

HSL color Cylindrical-coordinate representation of color #851132: hue angle of 342.93º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851132 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 50 -
CMYK 0 0.87 0.62 0.48
HSL 342.93º 0.77% 0.29% -
HSV(B) 342.93º 0.87% 0.52% -
XYZ 10.45 5.62 3.55 -
YUV 55.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 133 17 50 0 0.87 0.62 0.48 342.93 0.77 0.29
Hex 85 11 32 0 57 3E 30 157 4D 1D
Octal 205 21 62 0 127 76 60 527 115 35
Binary 10000101 10001 110010 0 1010111 111110 110000 101010111 1001101 11101

Color Harmonies of #851132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851132

Black with #851132

Text Example


Text Example

White with #851132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851132; }

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

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

background-color css

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

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

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

border-color css

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

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

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