Html Css Color HEX #980327 Carmine

📋 copy color: '#980327'

red 152 ◦ green 3 ◦ blue 39

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

Shades of Carmine #980327

Tints of Carmine #980327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

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

R = 78.35%
G = 1.55%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#980327 (or 0x980327) is known color: Carmine. HEX triplet: 98, 03 and 27. RGB value is (152,3,39). Sum of RGB (Red+Green+Blue) = 152+3+39=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #980327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980327 is #67FCD8. Grayscale: #333333. Windows color (decimal): -6814937 or 2556824. OLE color: 2556824.

HSL color Cylindrical-coordinate representation of color #980327: hue angle of 345.5º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980327 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 39 -
CMYK 0 0.98 0.74 0.40
HSL 345.5º 0.96% 0.3% -
HSV(B) 345.5º 0.98% 0.6% -
XYZ 13.35 6.89 2.55 -
YUV 51.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 152 3 39 0 0.98 0.74 0.40 345.5 0.96 0.3
Hex 98 3 27 0 62 4A 28 15A 60 1E
Octal 230 3 47 0 142 112 50 532 140 36
Binary 10011000 11 100111 0 1100010 1001010 101000 101011010 1100000 11110

Color Harmonies of #980327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980327

Black with #980327

Text Example


Text Example

White with #980327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980327; }

 p { color: rgb(152,3,39); }

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

background-color css

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

 a { background-color: rgb(152,3,39); }

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

border-color css

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

 span { border-color: rgb(152,3,39); }

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