Html Css Color HEX #890C42 Disco

📋 copy color: '#890C42'

red 137 ◦ green 12 ◦ blue 66

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

Shades of Disco #890C42

Tints of Disco #890C42

RGB

 RED value IS 137 (53.91% from 255) = 63.72%

 GREEN value IS 12 (5.08% from 255) = 5.58%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 63.72%
G = 5.58%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#890C42 (or 0x890C42) is known color: Disco. HEX triplet: 89, 0C and 42. RGB value is (137,12,66). Sum of RGB (Red+Green+Blue) = 137+12+66=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #890C42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C42 is #76F3BD. Grayscale: #373737. Windows color (decimal): -7795646 or 4328585. OLE color: 4328585.

HSL color Cylindrical-coordinate representation of color #890C42: hue angle of 334.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C42 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 12 66 -
CMYK 0 0.91 0.52 0.46
HSL 334.08º 0.84% 0.29% -
HSV(B) 334.08º 0.91% 0.54% -
XYZ 11.43 5.97 5.7 -
YUV 55.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 137 12 66 0 0.91 0.52 0.46 334.08 0.84 0.29
Hex 89 C 42 0 5B 34 2E 14E 54 1D
Octal 211 14 102 0 133 64 56 516 124 35
Binary 10001001 1100 1000010 0 1011011 110100 101110 101001110 1010100 11101

Color Harmonies of #890C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C42

Black with #890C42

Text Example


Text Example

White with #890C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890C42; }

 p { color: rgb(137,12,66); }

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

background-color css

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

 a { background-color: rgb(137,12,66); }

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

border-color css

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

 span { border-color: rgb(137,12,66); }

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