Html Css Color HEX #90051D Carmine

📋 copy color: '#90051D'

red 144 ◦ green 5 ◦ blue 29

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

Shades of Carmine #90051D

Tints of Carmine #90051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 80.9%
G = 2.81%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90051D (or 0x90051D) is known color: Carmine. HEX triplet: 90, 05 and 1D. RGB value is (144,5,29). Sum of RGB (Red+Green+Blue) = 144+5+29=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #90051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90051D is #6FFAE2. Grayscale: #313131. Windows color (decimal): -7338723 or 1901968. OLE color: 1901968.

HSL color Cylindrical-coordinate representation of color #90051D: hue angle of 349.64º degrees, saturation: 0.93, 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 #90051D is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 29 -
CMYK 0 0.97 0.80 0.44
HSL 349.64º 0.93% 0.29% -
HSV(B) 349.64º 0.97% 0.56% -
XYZ 11.78 6.13 1.72 -
YUV 49.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 144 5 29 0 0.97 0.80 0.44 349.64 0.93 0.29
Hex 90 5 1D 0 61 50 2C 15E 5D 1D
Octal 220 5 35 0 141 120 54 536 135 35
Binary 10010000 101 11101 0 1100001 1010000 101100 101011110 1011101 11101

Color Harmonies of #90051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90051D

Black with #90051D

Text Example


Text Example

White with #90051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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