Html Css Color HEX #851426 Scarlett

📋 copy color: '#851426'

red 133 ◦ green 20 ◦ blue 38

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

Shades of Scarlett #851426

Tints of Scarlett #851426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

 BLUE value IS 38 (15.23% from 255) = 19.9%

R = 69.63%
G = 10.47%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#851426 (or 0x851426) is known color: Scarlett. HEX triplet: 85, 14 and 26. RGB value is (133,20,38). Sum of RGB (Red+Green+Blue) = 133+20+38=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #851426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851426 is #7AEBD9. Grayscale: #373737. Windows color (decimal): -8055770 or 2495621. OLE color: 2495621.

HSL color Cylindrical-coordinate representation of color #851426: hue angle of 350.44º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851426 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 38 -
CMYK 0 0.85 0.71 0.48
HSL 350.44º 0.74% 0.3% -
HSV(B) 350.44º 0.85% 0.52% -
XYZ 10.27 5.63 2.38 -
YUV 55.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 133 20 38 0 0.85 0.71 0.48 350.44 0.74 0.3
Hex 85 14 26 0 55 47 30 15E 4A 1E
Octal 205 24 46 0 125 107 60 536 112 36
Binary 10000101 10100 100110 0 1010101 1000111 110000 101011110 1001010 11110

Color Harmonies of #851426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851426

Black with #851426

Text Example


Text Example

White with #851426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851426; }

 p { color: rgb(133,20,38); }

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

background-color css

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

 a { background-color: rgb(133,20,38); }

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

border-color css

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

 span { border-color: rgb(133,20,38); }

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