Html Css Color HEX #980836 Carmine

📋 copy color: '#980836'

red 152 ◦ green 8 ◦ blue 54

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

Shades of Carmine #980836

Tints of Carmine #980836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.23%

R = 71.03%
G = 3.74%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#980836 (or 0x980836) is known color: Carmine. HEX triplet: 98, 08 and 36. RGB value is (152,8,54). Sum of RGB (Red+Green+Blue) = 152+8+54=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #980836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980836 is #67F7C9. Grayscale: #383838. Windows color (decimal): -6813642 or 3541144. OLE color: 3541144.

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

Color convert

RGB 152 8 54 -
CMYK 0 0.95 0.64 0.40
HSL 340.83º 0.9% 0.31% -
HSV(B) 340.83º 0.95% 0.6% -
XYZ 13.7 7.12 4.14 -
YUV 56.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 152 8 54 0 0.95 0.64 0.40 340.83 0.9 0.31
Hex 98 8 36 0 5F 40 28 155 5A 1F
Octal 230 10 66 0 137 100 50 525 132 37
Binary 10011000 1000 110110 0 1011111 1000000 101000 101010101 1011010 11111

Color Harmonies of #980836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980836

Black with #980836

Text Example


Text Example

White with #980836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980836; }

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

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

background-color css

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

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

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

border-color css

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

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

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