Html Css Color HEX #881426 Scarlett

📋 copy color: '#881426'

red 136 ◦ green 20 ◦ blue 38

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

Shades of Scarlett #881426

Tints of Scarlett #881426

RGB

 RED value IS 136 (53.52% from 255) = 70.1%

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

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

R = 70.1%
G = 10.31%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#881426 (or 0x881426) is known color: Scarlett. HEX triplet: 88, 14 and 26. RGB value is (136,20,38). Sum of RGB (Red+Green+Blue) = 136+20+38=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #881426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881426 is #77EBD9. Grayscale: #383838. Windows color (decimal): -7859162 or 2495624. OLE color: 2495624.

HSL color Cylindrical-coordinate representation of color #881426: hue angle of 350.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881426 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 38 -
CMYK 0 0.85 0.72 0.47
HSL 350.69º 0.74% 0.31% -
HSV(B) 350.69º 0.85% 0.53% -
XYZ 10.75 5.87 2.4 -
YUV 56.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 136 20 38 0 0.85 0.72 0.47 350.69 0.74 0.31
Hex 88 14 26 0 55 48 2F 15F 4A 1F
Octal 210 24 46 0 125 110 57 537 112 37
Binary 10001000 10100 100110 0 1010101 1001000 101111 101011111 1001010 11111

Color Harmonies of #881426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881426

Black with #881426

Text Example


Text Example

White with #881426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881426; }

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

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

background-color css

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

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

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

border-color css

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

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

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