Html Css Color HEX #990630 Carmine

📋 copy color: '#990630'

red 153 ◦ green 6 ◦ blue 48

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

Shades of Carmine #990630

Tints of Carmine #990630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 73.91%
G = 2.9%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#990630 (or 0x990630) is known color: Carmine. HEX triplet: 99, 06 and 30. RGB value is (153,6,48). Sum of RGB (Red+Green+Blue) = 153+6+48=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #990630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990630 is #66F9CF. Grayscale: #363636. Windows color (decimal): -6748624 or 3147417. OLE color: 3147417.

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

Color convert

RGB 153 6 48 -
CMYK 0 0.96 0.69 0.4
HSL 342.86º 0.92% 0.31% -
HSV(B) 342.86º 0.96% 0.6% -
XYZ 13.74 7.12 3.45 -
YUV 54.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 153 6 48 0 0.96 0.69 0.4 342.86 0.92 0.31
Hex 99 6 30 0 60 45 28 157 5C 1F
Octal 231 6 60 0 140 105 50 527 134 37
Binary 10011001 110 110000 0 1100000 1000101 101000 101010111 1011100 11111

Color Harmonies of #990630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990630

Black with #990630

Text Example


Text Example

White with #990630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990630; }

 p { color: rgb(153,6,48); }

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

background-color css

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

 a { background-color: rgb(153,6,48); }

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

border-color css

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

 span { border-color: rgb(153,6,48); }

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