Html Css Color HEX #90031F Carmine

📋 copy color: '#90031F'

red 144 ◦ green 3 ◦ blue 31

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

Shades of Carmine #90031F

Tints of Carmine #90031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 80.9%
G = 1.69%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90031F (or 0x90031F) is known color: Carmine. HEX triplet: 90, 03 and 1F. RGB value is (144,3,31). Sum of RGB (Red+Green+Blue) = 144+3+31=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #90031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90031F is #6FFCE0. Grayscale: #303030. Windows color (decimal): -7339233 or 2032528. OLE color: 2032528.

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

Color convert

RGB 144 3 31 -
CMYK 0 0.98 0.78 0.44
HSL 348.09º 0.96% 0.29% -
HSV(B) 348.09º 0.98% 0.56% -
XYZ 11.78 6.09 1.85 -
YUV 48.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 144 3 31 0 0.98 0.78 0.44 348.09 0.96 0.29
Hex 90 3 1F 0 62 4E 2C 15C 60 1D
Octal 220 3 37 0 142 116 54 534 140 35
Binary 10010000 11 11111 0 1100010 1001110 101100 101011100 1100000 11101

Color Harmonies of #90031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90031F

Black with #90031F

Text Example


Text Example

White with #90031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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