Html Css Color HEX #970832 Carmine

📋 copy color: '#970832'

red 151 ◦ green 8 ◦ blue 50

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

Shades of Carmine #970832

Tints of Carmine #970832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 72.25%
G = 3.83%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#970832 (or 0x970832) is known color: Carmine. HEX triplet: 97, 08 and 32. RGB value is (151,8,50). Sum of RGB (Red+Green+Blue) = 151+8+50=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #970832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970832 is #68F7CD. Grayscale: #373737. Windows color (decimal): -6879182 or 3278999. OLE color: 3278999.

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

Color convert

RGB 151 8 50 -
CMYK 0 0.95 0.67 0.41
HSL 342.38º 0.9% 0.31% -
HSV(B) 342.38º 0.95% 0.59% -
XYZ 13.43 6.98 3.66 -
YUV 55.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 151 8 50 0 0.95 0.67 0.41 342.38 0.9 0.31
Hex 97 8 32 0 5F 43 29 156 5A 1F
Octal 227 10 62 0 137 103 51 526 132 37
Binary 10010111 1000 110010 0 1011111 1000011 101001 101010110 1011010 11111

Color Harmonies of #970832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970832

Black with #970832

Text Example


Text Example

White with #970832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970832; }

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

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

background-color css

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

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

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

border-color css

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

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

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