Html Css Color HEX #99131D Carmine

📋 copy color: '#99131D'

red 153 ◦ green 19 ◦ blue 29

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

Shades of Carmine #99131D

Tints of Carmine #99131D

RGB

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

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

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

R = 76.12%
G = 9.45%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99131D (or 0x99131D) is known color: Carmine. HEX triplet: 99, 13 and 1D. RGB value is (153,19,29). Sum of RGB (Red+Green+Blue) = 153+19+29=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #99131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99131D is #66ECE2. Grayscale: #3C3C3C. Windows color (decimal): -6745315 or 1905561. OLE color: 1905561.

HSL color Cylindrical-coordinate representation of color #99131D: hue angle of 355.52º 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 #99131D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 29 -
CMYK 0 0.88 0.81 0.4
HSL 355.52º 0.78% 0.34% -
HSV(B) 355.52º 0.88% 0.6% -
XYZ 13.59 7.33 1.86 -
YUV 60.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 153 19 29 0 0.88 0.81 0.4 355.52 0.78 0.34
Hex 99 13 1D 0 58 51 28 164 4E 22
Octal 231 23 35 0 130 121 50 544 116 42
Binary 10011001 10011 11101 0 1011000 1010001 101000 101100100 1001110 100010

Color Harmonies of #99131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99131D

Black with #99131D

Text Example


Text Example

White with #99131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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