Html Css Color HEX #890D41 Disco

📋 copy color: '#890D41'

red 137 ◦ green 13 ◦ blue 65

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

Shades of Disco #890D41

Tints of Disco #890D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 63.72%
G = 6.05%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#890D41 (or 0x890D41) is known color: Disco. HEX triplet: 89, 0D and 41. RGB value is (137,13,65). Sum of RGB (Red+Green+Blue) = 137+13+65=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #890D41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D41 is #76F2BE. Grayscale: #373737. Windows color (decimal): -7795391 or 4263305. OLE color: 4263305.

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

Color convert

RGB 137 13 65 -
CMYK 0 0.91 0.53 0.46
HSL 334.84º 0.83% 0.29% -
HSV(B) 334.84º 0.91% 0.54% -
XYZ 11.41 5.99 5.56 -
YUV 56 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 137 13 65 0 0.91 0.53 0.46 334.84 0.83 0.29
Hex 89 D 41 0 5B 35 2E 14F 53 1D
Octal 211 15 101 0 133 65 56 517 123 35
Binary 10001001 1101 1000001 0 1011011 110101 101110 101001111 1010011 11101

Color Harmonies of #890D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D41

Black with #890D41

Text Example


Text Example

White with #890D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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