Html Css Color HEX #970824 Carmine

📋 copy color: '#970824'

red 151 ◦ green 8 ◦ blue 36

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

Shades of Carmine #970824

Tints of Carmine #970824

RGB

 RED value IS 151 (59.38% from 255) = 77.44%

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

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 77.44%
G = 4.1%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#970824 (or 0x970824) is known color: Carmine. HEX triplet: 97, 08 and 24. RGB value is (151,8,36). Sum of RGB (Red+Green+Blue) = 151+8+36=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #970824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970824 is #68F7DB. Grayscale: #353535. Windows color (decimal): -6879196 or 2361495. OLE color: 2361495.

HSL color Cylindrical-coordinate representation of color #970824: hue angle of 348.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970824 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 36 -
CMYK 0 0.95 0.76 0.41
HSL 348.25º 0.9% 0.31% -
HSV(B) 348.25º 0.95% 0.59% -
XYZ 13.17 6.88 2.3 -
YUV 53.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 151 8 36 0 0.95 0.76 0.41 348.25 0.9 0.31
Hex 97 8 24 0 5F 4C 29 15C 5A 1F
Octal 227 10 44 0 137 114 51 534 132 37
Binary 10010111 1000 100100 0 1011111 1001100 101001 101011100 1011010 11111

Color Harmonies of #970824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970824

Black with #970824

Text Example


Text Example

White with #970824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970824; }

 p { color: rgb(151,8,36); }

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

background-color css

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

 a { background-color: rgb(151,8,36); }

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

border-color css

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

 span { border-color: rgb(151,8,36); }

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