Html Css Color HEX #90131A Carmine

📋 copy color: '#90131A'

red 144 ◦ green 19 ◦ blue 26

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

Shades of Carmine #90131A

Tints of Carmine #90131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 76.19%
G = 10.05%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90131A (or 0x90131A) is known color: Carmine. HEX triplet: 90, 13 and 1A. RGB value is (144,19,26). Sum of RGB (Red+Green+Blue) = 144+19+26=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #90131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90131A is #6FECE5. Grayscale: #393939. Windows color (decimal): -7335142 or 1708944. OLE color: 1708944.

HSL color Cylindrical-coordinate representation of color #90131A: hue angle of 356.64º 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 #90131A is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 26 -
CMYK 0 0.87 0.82 0.44
HSL 356.64º 0.77% 0.32% -
HSV(B) 356.64º 0.87% 0.56% -
XYZ 11.92 6.47 1.6 -
YUV 57.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 144 19 26 0 0.87 0.82 0.44 356.64 0.77 0.32
Hex 90 13 1A 0 57 52 2C 165 4D 20
Octal 220 23 32 0 127 122 54 545 115 40
Binary 10010000 10011 11010 0 1010111 1010010 101100 101100101 1001101 100000

Color Harmonies of #90131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90131A

Black with #90131A

Text Example


Text Example

White with #90131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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