Html Css Color HEX #851A2C Scarlett

📋 copy color: '#851A2C'

red 133 ◦ green 26 ◦ blue 44

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

Shades of Scarlett #851A2C

Tints of Scarlett #851A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 65.52%
G = 12.81%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#851A2C (or 0x851A2C) is known color: Scarlett. HEX triplet: 85, 1A and 2C. RGB value is (133,26,44). Sum of RGB (Red+Green+Blue) = 133+26+44=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #851A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A2C is #7AE5D3. Grayscale: #3C3C3C. Windows color (decimal): -8054228 or 2890373. OLE color: 2890373.

HSL color Cylindrical-coordinate representation of color #851A2C: hue angle of 349.91º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A2C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 44 -
CMYK 0 0.80 0.67 0.48
HSL 349.91º 0.67% 0.31% -
HSV(B) 349.91º 0.8% 0.52% -
XYZ 10.5 5.91 2.97 -
YUV 60.05 118.95 180.04 -
System Red Green Blue C M Y K H S L
Decimal 133 26 44 0 0.80 0.67 0.48 349.91 0.67 0.31
Hex 85 1A 2C 0 50 43 30 15E 43 1F
Octal 205 32 54 0 120 103 60 536 103 37
Binary 10000101 11010 101100 0 1010000 1000011 110000 101011110 1000011 11111

Color Harmonies of #851A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A2C

Black with #851A2C

Text Example


Text Example

White with #851A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,26,44); }

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

background-color css

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

 a { background-color: rgb(133,26,44); }

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

border-color css

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

 span { border-color: rgb(133,26,44); }

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