Html Css Color HEX #90141B Carmine

📋 copy color: '#90141B'

red 144 ◦ green 20 ◦ blue 27

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

Shades of Carmine #90141B

Tints of Carmine #90141B

RGB

 RED value IS 144 (56.64% from 255) = 75.39%

 GREEN value IS 20 (8.2% from 255) = 10.47%

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

R = 75.39%
G = 10.47%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90141B (or 0x90141B) is known color: Carmine. HEX triplet: 90, 14 and 1B. RGB value is (144,20,27). Sum of RGB (Red+Green+Blue) = 144+20+27=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90141B is #6FEBE4. Grayscale: #393939. Windows color (decimal): -7334885 or 1774736. OLE color: 1774736.

HSL color Cylindrical-coordinate representation of color #90141B: hue angle of 356.61º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90141B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 27 -
CMYK 0 0.86 0.81 0.44
HSL 356.61º 0.76% 0.32% -
HSV(B) 356.61º 0.86% 0.56% -
XYZ 11.95 6.51 1.66 -
YUV 57.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 144 20 27 0 0.86 0.81 0.44 356.61 0.76 0.32
Hex 90 14 1B 0 56 51 2C 165 4C 20
Octal 220 24 33 0 126 121 54 545 114 40
Binary 10010000 10100 11011 0 1010110 1010001 101100 101100101 1001100 100000

Color Harmonies of #90141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90141B

Black with #90141B

Text Example


Text Example

White with #90141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90141B; }

 p { color: rgb(144,20,27); }

 H1.HeaderClassName
 {
   color: #90141B;
 }
 .AnyTagClassName
 {
   color: #90141B;
 }
</style>

background-color css

<style>
 a { background-color: #90141B; }

 a { background-color: rgb(144,20,27); }

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

border-color css

<style>
 span { border-color: #90141B; }

 span { border-color: rgb(144,20,27); }

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