Html Css Color HEX #981323 Carmine

📋 copy color: '#981323'

red 152 ◦ green 19 ◦ blue 35

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

Shades of Carmine #981323

Tints of Carmine #981323

RGB

 RED value IS 152 (59.77% from 255) = 73.79%

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

 BLUE value IS 35 (14.06% from 255) = 16.99%

R = 73.79%
G = 9.22%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.40

RGB Variations

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

Color information

#981323 (or 0x981323) is known color: Carmine. HEX triplet: 98, 13 and 23. RGB value is (152,19,35). Sum of RGB (Red+Green+Blue) = 152+19+35=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #981323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981323 is #67ECDC. Grayscale: #3C3C3C. Windows color (decimal): -6810845 or 2298776. OLE color: 2298776.

HSL color Cylindrical-coordinate representation of color #981323: hue angle of 352.78º 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 #981323 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 35 -
CMYK 0 0.87 0.77 0.40
HSL 352.78º 0.78% 0.34% -
HSV(B) 352.78º 0.88% 0.6% -
XYZ 13.49 7.26 2.28 -
YUV 60.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 152 19 35 0 0.87 0.77 0.40 352.78 0.78 0.34
Hex 98 13 23 0 57 4D 28 161 4E 22
Octal 230 23 43 0 127 115 50 541 116 42
Binary 10011000 10011 100011 0 1010111 1001101 101000 101100001 1001110 100010

Color Harmonies of #981323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981323

Black with #981323

Text Example


Text Example

White with #981323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981323; }

 p { color: rgb(152,19,35); }

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

background-color css

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

 a { background-color: rgb(152,19,35); }

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

border-color css

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

 span { border-color: rgb(152,19,35); }

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