Html Css Color HEX #98081D Carmine

📋 copy color: '#98081D'

red 152 ◦ green 8 ◦ blue 29

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

Shades of Carmine #98081D

Tints of Carmine #98081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

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

R = 80.42%
G = 4.23%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98081D (or 0x98081D) is known color: Carmine. HEX triplet: 98, 08 and 1D. RGB value is (152,8,29). Sum of RGB (Red+Green+Blue) = 152+8+29=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #98081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98081D is #67F7E2. Grayscale: #353535. Windows color (decimal): -6813667 or 1902744. OLE color: 1902744.

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

Color convert

RGB 152 8 29 -
CMYK 0 0.95 0.81 0.40
HSL 351.25º 0.9% 0.31% -
HSV(B) 351.25º 0.95% 0.6% -
XYZ 13.26 6.94 1.8 -
YUV 53.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 152 8 29 0 0.95 0.81 0.40 351.25 0.9 0.31
Hex 98 8 1D 0 5F 51 28 15F 5A 1F
Octal 230 10 35 0 137 121 50 537 132 37
Binary 10011000 1000 11101 0 1011111 1010001 101000 101011111 1011010 11111

Color Harmonies of #98081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98081D

Black with #98081D

Text Example


Text Example

White with #98081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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