Html Css Color HEX #890C01 Dark Red

📋 copy color: '#890C01'

red 137 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #890C01

Tints of Dark Red #890C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 91.33%
G = 8%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890C01 (or 0x890C01) is known color: Dark Red. HEX triplet: 89, 0C and 01. RGB value is (137,12,1). Sum of RGB (Red+Green+Blue) = 137+12+1=150 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.33% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 137 - color contains mainly: red. Hex color #890C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C01 is #76F3FE. Grayscale: #303030. Windows color (decimal): -7795711 or 68745. OLE color: 68745.

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

Color convert

RGB 137 12 1 -
CMYK 0 0.91 0.99 0.46
HSL 4.85º 0.99% 0.27% -
HSV(B) 4.85º 0.99% 0.54% -
XYZ 10.45 5.58 0.56 -
YUV 48.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 137 12 1 0 0.91 0.99 0.46 4.85 0.99 0.27
Hex 89 C 1 0 5B 63 2E 5 63 1B
Octal 211 14 1 0 133 143 56 5 143 33
Binary 10001001 1100 1 0 1011011 1100011 101110 101 1100011 11011

Color Harmonies of #890C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C01

Black with #890C01

Text Example


Text Example

White with #890C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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