Html Css Color HEX #890F1B Carmine

📋 copy color: '#890F1B'

red 137 ◦ green 15 ◦ blue 27

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

Shades of Carmine #890F1B

Tints of Carmine #890F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.38%

 BLUE value IS 27 (10.94% from 255) = 15.08%

R = 76.54%
G = 8.38%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#890F1B (or 0x890F1B) is known color: Carmine. HEX triplet: 89, 0F and 1B. RGB value is (137,15,27). Sum of RGB (Red+Green+Blue) = 137+15+27=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #890F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890F1B is #76F0E4. Grayscale: #343434. Windows color (decimal): -7794917 or 1773449. OLE color: 1773449.

HSL color Cylindrical-coordinate representation of color #890F1B: hue angle of 354.1º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F1B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 15 27 -
CMYK 0 0.89 0.80 0.46
HSL 354.1º 0.8% 0.3% -
HSV(B) 354.1º 0.89% 0.54% -
XYZ 10.69 5.74 1.58 -
YUV 52.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 137 15 27 0 0.89 0.80 0.46 354.1 0.8 0.3
Hex 89 F 1B 0 59 50 2E 162 50 1E
Octal 211 17 33 0 131 120 56 542 120 36
Binary 10001001 1111 11011 0 1011001 1010000 101110 101100010 1010000 11110

Color Harmonies of #890F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890F1B

Black with #890F1B

Text Example


Text Example

White with #890F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,27); }

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

background-color css

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

 a { background-color: rgb(137,15,27); }

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

border-color css

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

 span { border-color: rgb(137,15,27); }

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