Html Css Color HEX #90141D Carmine

📋 copy color: '#90141D'

red 144 ◦ green 20 ◦ blue 29

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

Shades of Carmine #90141D

Tints of Carmine #90141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 74.61%
G = 10.36%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90141D (or 0x90141D) is known color: Carmine. HEX triplet: 90, 14 and 1D. RGB value is (144,20,29). Sum of RGB (Red+Green+Blue) = 144+20+29=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90141D is #6FEBE2. Grayscale: #3A3A3A. Windows color (decimal): -7334883 or 1905808. OLE color: 1905808.

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

Color convert

RGB 144 20 29 -
CMYK 0 0.86 0.80 0.44
HSL 355.65º 0.76% 0.32% -
HSV(B) 355.65º 0.86% 0.56% -
XYZ 11.97 6.52 1.79 -
YUV 58.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 144 20 29 0 0.86 0.80 0.44 355.65 0.76 0.32
Hex 90 14 1D 0 56 50 2C 164 4C 20
Octal 220 24 35 0 126 120 54 544 114 40
Binary 10010000 10100 11101 0 1010110 1010000 101100 101100100 1001100 100000

Color Harmonies of #90141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90141D

Black with #90141D

Text Example


Text Example

White with #90141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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