Html Css Color HEX #90131C Carmine

📋 copy color: '#90131C'

red 144 ◦ green 19 ◦ blue 28

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

Shades of Carmine #90131C

Tints of Carmine #90131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 75.39%
G = 9.95%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90131C (or 0x90131C) is known color: Carmine. HEX triplet: 90, 13 and 1C. RGB value is (144,19,28). Sum of RGB (Red+Green+Blue) = 144+19+28=191 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.39% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 144 - color contains mainly: red. Hex color #90131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90131C is #6FECE3. Grayscale: #393939. Windows color (decimal): -7335140 or 1840016. OLE color: 1840016.

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

Color convert

RGB 144 19 28 -
CMYK 0 0.87 0.81 0.44
HSL 355.68º 0.77% 0.32% -
HSV(B) 355.68º 0.87% 0.56% -
XYZ 11.94 6.48 1.72 -
YUV 57.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 144 19 28 0 0.87 0.81 0.44 355.68 0.77 0.32
Hex 90 13 1C 0 57 51 2C 164 4D 20
Octal 220 23 34 0 127 121 54 544 115 40
Binary 10010000 10011 11100 0 1010111 1010001 101100 101100100 1001101 100000

Color Harmonies of #90131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90131C

Black with #90131C

Text Example


Text Example

White with #90131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90131C; }

 p { color: rgb(144,19,28); }

 H1.HeaderClassName
 {
   color: #90131C;
 }
 .AnyTagClassName
 {
   color: #90131C;
 }
</style>

background-color css

<style>
 a { background-color: #90131C; }

 a { background-color: rgb(144,19,28); }

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

border-color css

<style>
 span { border-color: #90131C; }

 span { border-color: rgb(144,19,28); }

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