Html Css Color HEX #99131F Carmine

📋 copy color: '#99131F'

red 153 ◦ green 19 ◦ blue 31

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

Shades of Carmine #99131F

Tints of Carmine #99131F

RGB

 RED value IS 153 (60.16% from 255) = 75.37%

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

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

R = 75.37%
G = 9.36%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99131F (or 0x99131F) is known color: Carmine. HEX triplet: 99, 13 and 1F. RGB value is (153,19,31). Sum of RGB (Red+Green+Blue) = 153+19+31=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99131F is #66ECE0. Grayscale: #3C3C3C. Windows color (decimal): -6745313 or 2036633. OLE color: 2036633.

HSL color Cylindrical-coordinate representation of color #99131F: hue angle of 354.63º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99131F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 31 -
CMYK 0 0.88 0.80 0.4
HSL 354.63º 0.78% 0.34% -
HSV(B) 354.63º 0.88% 0.6% -
XYZ 13.62 7.34 1.99 -
YUV 60.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 153 19 31 0 0.88 0.80 0.4 354.63 0.78 0.34
Hex 99 13 1F 0 58 50 28 163 4E 22
Octal 231 23 37 0 130 120 50 543 116 42
Binary 10011001 10011 11111 0 1011000 1010000 101000 101100011 1001110 100010

Color Harmonies of #99131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99131F

Black with #99131F

Text Example


Text Example

White with #99131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,19,31); }

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

background-color css

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

 a { background-color: rgb(153,19,31); }

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

border-color css

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

 span { border-color: rgb(153,19,31); }

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