Html Css Color HEX #890D48 Disco

📋 copy color: '#890D48'

red 137 ◦ green 13 ◦ blue 72

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

Shades of Disco #890D48

Tints of Disco #890D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 61.71%
G = 5.86%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#890D48 (or 0x890D48) is known color: Disco. HEX triplet: 89, 0D and 48. RGB value is (137,13,72). Sum of RGB (Red+Green+Blue) = 137+13+72=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #890D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D48 is #76F2B7. Grayscale: #383838. Windows color (decimal): -7795384 or 4722057. OLE color: 4722057.

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

Color convert

RGB 137 13 72 -
CMYK 0 0.91 0.47 0.46
HSL 331.45º 0.83% 0.29% -
HSV(B) 331.45º 0.91% 0.54% -
XYZ 11.63 6.07 6.69 -
YUV 56.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 137 13 72 0 0.91 0.47 0.46 331.45 0.83 0.29
Hex 89 D 48 0 5B 2F 2E 14B 53 1D
Octal 211 15 110 0 133 57 56 513 123 35
Binary 10001001 1101 1001000 0 1011011 101111 101110 101001011 1010011 11101

Color Harmonies of #890D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D48

Black with #890D48

Text Example


Text Example

White with #890D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,13,72); }

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

background-color css

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

 a { background-color: rgb(137,13,72); }

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

border-color css

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

 span { border-color: rgb(137,13,72); }

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