Html Css Color HEX #90151F Carmine

📋 copy color: '#90151F'

red 144 ◦ green 21 ◦ blue 31

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

Shades of Carmine #90151F

Tints of Carmine #90151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 73.47%
G = 10.71%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90151F (or 0x90151F) is known color: Carmine. HEX triplet: 90, 15 and 1F. RGB value is (144,21,31). Sum of RGB (Red+Green+Blue) = 144+21+31=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90151F is #6FEAE0. Grayscale: #3B3B3B. Windows color (decimal): -7334625 or 2037136. OLE color: 2037136.

HSL color Cylindrical-coordinate representation of color #90151F: hue angle of 355.12º 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 #90151F is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 31 -
CMYK 0 0.85 0.78 0.44
HSL 355.12º 0.75% 0.32% -
HSV(B) 355.12º 0.85% 0.56% -
XYZ 12.02 6.56 1.93 -
YUV 58.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 144 21 31 0 0.85 0.78 0.44 355.12 0.75 0.32
Hex 90 15 1F 0 55 4E 2C 163 4B 20
Octal 220 25 37 0 125 116 54 543 113 40
Binary 10010000 10101 11111 0 1010101 1001110 101100 101100011 1001011 100000

Color Harmonies of #90151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90151F

Black with #90151F

Text Example


Text Example

White with #90151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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