Html Css Color HEX #980835 Carmine

📋 copy color: '#980835'

red 152 ◦ green 8 ◦ blue 53

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

Shades of Carmine #980835

Tints of Carmine #980835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.88%

R = 71.36%
G = 3.76%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#980835 (or 0x980835) is known color: Carmine. HEX triplet: 98, 08 and 35. RGB value is (152,8,53). Sum of RGB (Red+Green+Blue) = 152+8+53=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #980835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980835 is #67F7CA. Grayscale: #383838. Windows color (decimal): -6813643 or 3475608. OLE color: 3475608.

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

Color convert

RGB 152 8 53 -
CMYK 0 0.95 0.65 0.40
HSL 341.25º 0.9% 0.31% -
HSV(B) 341.25º 0.95% 0.6% -
XYZ 13.68 7.11 4.02 -
YUV 56.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 152 8 53 0 0.95 0.65 0.40 341.25 0.9 0.31
Hex 98 8 35 0 5F 41 28 155 5A 1F
Octal 230 10 65 0 137 101 50 525 132 37
Binary 10011000 1000 110101 0 1011111 1000001 101000 101010101 1011010 11111

Color Harmonies of #980835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980835

Black with #980835

Text Example


Text Example

White with #980835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980835; }

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

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

background-color css

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

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

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

border-color css

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

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

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