Html Css Color HEX #890C46 Disco

📋 copy color: '#890C46'

red 137 ◦ green 12 ◦ blue 70

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

Shades of Disco #890C46

Tints of Disco #890C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 62.56%
G = 5.48%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#890C46 (or 0x890C46) is known color: Disco. HEX triplet: 89, 0C and 46. RGB value is (137,12,70). Sum of RGB (Red+Green+Blue) = 137+12+70=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #890C46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C46 is #76F3B9. Grayscale: #373737. Windows color (decimal): -7795642 or 4590729. OLE color: 4590729.

HSL color Cylindrical-coordinate representation of color #890C46: hue angle of 332.16º 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 #890C46 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 12 70 -
CMYK 0 0.91 0.49 0.46
HSL 332.16º 0.84% 0.29% -
HSV(B) 332.16º 0.91% 0.54% -
XYZ 11.55 6.02 6.35 -
YUV 55.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 137 12 70 0 0.91 0.49 0.46 332.16 0.84 0.29
Hex 89 C 46 0 5B 31 2E 14C 54 1D
Octal 211 14 106 0 133 61 56 514 124 35
Binary 10001001 1100 1000110 0 1011011 110001 101110 101001100 1010100 11101

Color Harmonies of #890C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C46

Black with #890C46

Text Example


Text Example

White with #890C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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