Html Css Color HEX #90141F Carmine

📋 copy color: '#90141F'

red 144 ◦ green 20 ◦ blue 31

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

Shades of Carmine #90141F

Tints of Carmine #90141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.9%

R = 73.85%
G = 10.26%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90141F (or 0x90141F) is known color: Carmine. HEX triplet: 90, 14 and 1F. RGB value is (144,20,31). Sum of RGB (Red+Green+Blue) = 144+20+31=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90141F is #6FEBE0. Grayscale: #3A3A3A. Windows color (decimal): -7334881 or 2036880. OLE color: 2036880.

HSL color Cylindrical-coordinate representation of color #90141F: hue angle of 354.68º 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 #90141F is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 31 -
CMYK 0 0.86 0.78 0.44
HSL 354.68º 0.76% 0.32% -
HSV(B) 354.68º 0.86% 0.56% -
XYZ 12 6.53 1.92 -
YUV 58.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 144 20 31 0 0.86 0.78 0.44 354.68 0.76 0.32
Hex 90 14 1F 0 56 4E 2C 163 4C 20
Octal 220 24 37 0 126 116 54 543 114 40
Binary 10010000 10100 11111 0 1010110 1001110 101100 101100011 1001100 100000

Color Harmonies of #90141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90141F

Black with #90141F

Text Example


Text Example

White with #90141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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