Html Css Color HEX #90041F Carmine

📋 copy color: '#90041F'

red 144 ◦ green 4 ◦ blue 31

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

Shades of Carmine #90041F

Tints of Carmine #90041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

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

R = 80.45%
G = 2.23%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90041F (or 0x90041F) is known color: Carmine. HEX triplet: 90, 04 and 1F. RGB value is (144,4,31). Sum of RGB (Red+Green+Blue) = 144+4+31=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #90041F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90041F is #6FFBE0. Grayscale: #303030. Windows color (decimal): -7338977 or 2032784. OLE color: 2032784.

HSL color Cylindrical-coordinate representation of color #90041F: hue angle of 348.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90041F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 31 -
CMYK 0 0.97 0.78 0.44
HSL 348.43º 0.95% 0.29% -
HSV(B) 348.43º 0.97% 0.56% -
XYZ 11.79 6.12 1.86 -
YUV 48.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 144 4 31 0 0.97 0.78 0.44 348.43 0.95 0.29
Hex 90 4 1F 0 61 4E 2C 15C 5F 1D
Octal 220 4 37 0 141 116 54 534 137 35
Binary 10010000 100 11111 0 1100001 1001110 101100 101011100 1011111 11101

Color Harmonies of #90041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90041F

Black with #90041F

Text Example


Text Example

White with #90041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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