Html Css Color HEX #890D1B Carmine

📋 copy color: '#890D1B'

red 137 ◦ green 13 ◦ blue 27

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

Shades of Carmine #890D1B

Tints of Carmine #890D1B

RGB

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

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

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

R = 77.4%
G = 7.34%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#890D1B (or 0x890D1B) is known color: Carmine. HEX triplet: 89, 0D and 1B. RGB value is (137,13,27). Sum of RGB (Red+Green+Blue) = 137+13+27=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #890D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D1B is #76F2E4. Grayscale: #333333. Windows color (decimal): -7795429 or 1772937. OLE color: 1772937.

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

Color convert

RGB 137 13 27 -
CMYK 0 0.91 0.80 0.46
HSL 353.23º 0.83% 0.29% -
HSV(B) 353.23º 0.91% 0.54% -
XYZ 10.66 5.69 1.57 -
YUV 51.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 137 13 27 0 0.91 0.80 0.46 353.23 0.83 0.29
Hex 89 D 1B 0 5B 50 2E 161 53 1D
Octal 211 15 33 0 133 120 56 541 123 35
Binary 10001001 1101 11011 0 1011011 1010000 101110 101100001 1010011 11101

Color Harmonies of #890D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D1B

Black with #890D1B

Text Example


Text Example

White with #890D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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