Html Css Color HEX #90151D Carmine

📋 copy color: '#90151D'

red 144 ◦ green 21 ◦ blue 29

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

Shades of Carmine #90151D

Tints of Carmine #90151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

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

R = 74.23%
G = 10.82%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90151D (or 0x90151D) is known color: Carmine. HEX triplet: 90, 15 and 1D. RGB value is (144,21,29). Sum of RGB (Red+Green+Blue) = 144+21+29=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90151D is #6FEAE2. Grayscale: #3A3A3A. Windows color (decimal): -7334627 or 1906064. OLE color: 1906064.

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

Color convert

RGB 144 21 29 -
CMYK 0 0.85 0.80 0.44
HSL 356.1º 0.75% 0.32% -
HSV(B) 356.1º 0.85% 0.56% -
XYZ 11.99 6.55 1.8 -
YUV 58.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 144 21 29 0 0.85 0.80 0.44 356.1 0.75 0.32
Hex 90 15 1D 0 55 50 2C 164 4B 20
Octal 220 25 35 0 125 120 54 544 113 40
Binary 10010000 10101 11101 0 1010101 1010000 101100 101100100 1001011 100000

Color Harmonies of #90151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90151D

Black with #90151D

Text Example


Text Example

White with #90151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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