Html Css Color HEX #881038 Scarlett

📋 copy color: '#881038'

red 136 ◦ green 16 ◦ blue 56

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

Shades of Scarlett #881038

Tints of Scarlett #881038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 56 (22.27% from 255) = 26.92%

R = 65.38%
G = 7.69%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#881038 (or 0x881038) is known color: Scarlett. HEX triplet: 88, 10 and 38. RGB value is (136,16,56). Sum of RGB (Red+Green+Blue) = 136+16+56=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #881038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881038 is #77EFC7. Grayscale: #383838. Windows color (decimal): -7860168 or 3674248. OLE color: 3674248.

HSL color Cylindrical-coordinate representation of color #881038: hue angle of 340º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881038 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 56 -
CMYK 0 0.88 0.59 0.47
HSL 340º 0.79% 0.3% -
HSV(B) 340º 0.88% 0.53% -
XYZ 11.05 5.89 4.3 -
YUV 56.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 136 16 56 0 0.88 0.59 0.47 340 0.79 0.3
Hex 88 10 38 0 58 3B 2F 154 4F 1E
Octal 210 20 70 0 130 73 57 524 117 36
Binary 10001000 10000 111000 0 1011000 111011 101111 101010100 1001111 11110

Color Harmonies of #881038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881038

Black with #881038

Text Example


Text Example

White with #881038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881038; }

 p { color: rgb(136,16,56); }

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

background-color css

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

 a { background-color: rgb(136,16,56); }

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

border-color css

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

 span { border-color: rgb(136,16,56); }

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