Html Css Color HEX #98091D Carmine

📋 copy color: '#98091D'

red 152 ◦ green 9 ◦ blue 29

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

Shades of Carmine #98091D

Tints of Carmine #98091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.74%

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

R = 80%
G = 4.74%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98091D (or 0x98091D) is known color: Carmine. HEX triplet: 98, 09 and 1D. RGB value is (152,9,29). Sum of RGB (Red+Green+Blue) = 152+9+29=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #98091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98091D is #67F6E2. Grayscale: #363636. Windows color (decimal): -6813411 or 1903000. OLE color: 1903000.

HSL color Cylindrical-coordinate representation of color #98091D: hue angle of 351.61º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98091D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 29 -
CMYK 0 0.94 0.81 0.40
HSL 351.61º 0.89% 0.32% -
HSV(B) 351.61º 0.94% 0.6% -
XYZ 13.27 6.96 1.81 -
YUV 54.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 152 9 29 0 0.94 0.81 0.40 351.61 0.89 0.32
Hex 98 9 1D 0 5E 51 28 160 59 20
Octal 230 11 35 0 136 121 50 540 131 40
Binary 10011000 1001 11101 0 1011110 1010001 101000 101100000 1011001 100000

Color Harmonies of #98091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98091D

Black with #98091D

Text Example


Text Example

White with #98091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,9,29); }

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

background-color css

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

 a { background-color: rgb(152,9,29); }

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

border-color css

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

 span { border-color: rgb(152,9,29); }

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