Html Css Color HEX #90091D Carmine

📋 copy color: '#90091D'

red 144 ◦ green 9 ◦ blue 29

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

Shades of Carmine #90091D

Tints of Carmine #90091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

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

R = 79.12%
G = 4.95%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90091D (or 0x90091D) is known color: Carmine. HEX triplet: 90, 09 and 1D. RGB value is (144,9,29). Sum of RGB (Red+Green+Blue) = 144+9+29=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #90091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90091D is #6FF6E2. Grayscale: #333333. Windows color (decimal): -7337699 or 1902992. OLE color: 1902992.

HSL color Cylindrical-coordinate representation of color #90091D: hue angle of 351.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90091D is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 29 -
CMYK 0 0.94 0.80 0.44
HSL 351.11º 0.88% 0.3% -
HSV(B) 351.11º 0.94% 0.56% -
XYZ 11.82 6.21 1.74 -
YUV 51.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 144 9 29 0 0.94 0.80 0.44 351.11 0.88 0.3
Hex 90 9 1D 0 5E 50 2C 15F 58 1E
Octal 220 11 35 0 136 120 54 537 130 36
Binary 10010000 1001 11101 0 1011110 1010000 101100 101011111 1011000 11110

Color Harmonies of #90091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90091D

Black with #90091D

Text Example


Text Example

White with #90091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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