Html Css Color HEX #990527 Carmine

📋 copy color: '#990527'

red 153 ◦ green 5 ◦ blue 39

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

Shades of Carmine #990527

Tints of Carmine #990527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.8%

R = 77.66%
G = 2.54%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#990527 (or 0x990527) is known color: Carmine. HEX triplet: 99, 05 and 27. RGB value is (153,5,39). Sum of RGB (Red+Green+Blue) = 153+5+39=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #990527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990527 is #66FAD8. Grayscale: #353535. Windows color (decimal): -6748889 or 2557337. OLE color: 2557337.

HSL color Cylindrical-coordinate representation of color #990527: hue angle of 346.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990527 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 39 -
CMYK 0 0.97 0.75 0.4
HSL 346.22º 0.94% 0.31% -
HSV(B) 346.22º 0.97% 0.6% -
XYZ 13.56 7.03 2.56 -
YUV 53.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 153 5 39 0 0.97 0.75 0.4 346.22 0.94 0.31
Hex 99 5 27 0 61 4B 28 15A 5E 1F
Octal 231 5 47 0 141 113 50 532 136 37
Binary 10011001 101 100111 0 1100001 1001011 101000 101011010 1011110 11111

Color Harmonies of #990527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990527

Black with #990527

Text Example


Text Example

White with #990527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990527; }

 p { color: rgb(153,5,39); }

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

background-color css

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

 a { background-color: rgb(153,5,39); }

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

border-color css

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

 span { border-color: rgb(153,5,39); }

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