Html Css Color HEX #851D32 Scarlett

📋 copy color: '#851D32'

red 133 ◦ green 29 ◦ blue 50

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

Shades of Scarlett #851D32

Tints of Scarlett #851D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 62.74%
G = 13.68%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#851D32 (or 0x851D32) is known color: Scarlett. HEX triplet: 85, 1D and 32. RGB value is (133,29,50). Sum of RGB (Red+Green+Blue) = 133+29+50=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #851D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D32 is #7AE2CD. Grayscale: #3E3E3E. Windows color (decimal): -8053454 or 3284357. OLE color: 3284357.

HSL color Cylindrical-coordinate representation of color #851D32: hue angle of 347.88º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D32 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 50 -
CMYK 0 0.78 0.62 0.48
HSL 347.88º 0.64% 0.32% -
HSV(B) 347.88º 0.78% 0.52% -
XYZ 10.69 6.1 3.63 -
YUV 62.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 133 29 50 0 0.78 0.62 0.48 347.88 0.64 0.32
Hex 85 1D 32 0 4E 3E 30 15C 40 20
Octal 205 35 62 0 116 76 60 534 100 40
Binary 10000101 11101 110010 0 1001110 111110 110000 101011100 1000000 100000

Color Harmonies of #851D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D32

Black with #851D32

Text Example


Text Example

White with #851D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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