Html Css Color HEX #990134 Carmine

📋 copy color: '#990134'

red 153 ◦ green 1 ◦ blue 52

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

Shades of Carmine #990134

Tints of Carmine #990134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 74.27%
G = 0.49%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#990134 (or 0x990134) is known color: Carmine. HEX triplet: 99, 01 and 34. RGB value is (153,1,52). Sum of RGB (Red+Green+Blue) = 153+1+52=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #990134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990134 is #66FECB. Grayscale: #343434. Windows color (decimal): -6749900 or 3408281. OLE color: 3408281.

HSL color Cylindrical-coordinate representation of color #990134: hue angle of 339.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990134 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 52 -
CMYK 0 0.99 0.66 0.4
HSL 339.87º 0.99% 0.3% -
HSV(B) 339.87º 0.99% 0.6% -
XYZ 13.77 7.04 3.88 -
YUV 52.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 153 1 52 0 0.99 0.66 0.4 339.87 0.99 0.3
Hex 99 1 34 0 63 42 28 154 63 1E
Octal 231 1 64 0 143 102 50 524 143 36
Binary 10011001 1 110100 0 1100011 1000010 101000 101010100 1100011 11110

Color Harmonies of #990134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990134

Black with #990134

Text Example


Text Example

White with #990134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990134; }

 p { color: rgb(153,1,52); }

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

background-color css

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

 a { background-color: rgb(153,1,52); }

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

border-color css

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

 span { border-color: rgb(153,1,52); }

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