Html Css Color HEX #980922 Carmine

📋 copy color: '#980922'

red 152 ◦ green 9 ◦ blue 34

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

Shades of Carmine #980922

Tints of Carmine #980922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.44%

R = 77.95%
G = 4.62%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#980922 (or 0x980922) is known color: Carmine. HEX triplet: 98, 09 and 22. RGB value is (152,9,34). Sum of RGB (Red+Green+Blue) = 152+9+34=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #980922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980922 is #67F6DD. Grayscale: #363636. Windows color (decimal): -6813406 or 2230680. OLE color: 2230680.

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

Color convert

RGB 152 9 34 -
CMYK 0 0.94 0.78 0.40
HSL 349.51º 0.89% 0.32% -
HSV(B) 349.51º 0.94% 0.6% -
XYZ 13.34 6.99 2.16 -
YUV 54.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 152 9 34 0 0.94 0.78 0.40 349.51 0.89 0.32
Hex 98 9 22 0 5E 4E 28 15E 59 20
Octal 230 11 42 0 136 116 50 536 131 40
Binary 10011000 1001 100010 0 1011110 1001110 101000 101011110 1011001 100000

Color Harmonies of #980922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980922

Black with #980922

Text Example


Text Example

White with #980922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980922; }

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

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

background-color css

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

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

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

border-color css

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

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

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