Html Css Color HEX #961127 Carmine

📋 copy color: '#961127'

red 150 ◦ green 17 ◦ blue 39

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

Shades of Carmine #961127

Tints of Carmine #961127

RGB

 RED value IS 150 (58.98% from 255) = 72.82%

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 72.82%
G = 8.25%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#961127 (or 0x961127) is known color: Carmine. HEX triplet: 96, 11 and 27. RGB value is (150,17,39). Sum of RGB (Red+Green+Blue) = 150+17+39=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #961127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961127 is #69EED8. Grayscale: #3B3B3B. Windows color (decimal): -6942425 or 2560406. OLE color: 2560406.

HSL color Cylindrical-coordinate representation of color #961127: hue angle of 350.08º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961127 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 39 -
CMYK 0 0.89 0.74 0.41
HSL 350.08º 0.8% 0.33% -
HSV(B) 350.08º 0.89% 0.59% -
XYZ 13.14 7.03 2.58 -
YUV 59.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 150 17 39 0 0.89 0.74 0.41 350.08 0.8 0.33
Hex 96 11 27 0 59 4A 29 15E 50 21
Octal 226 21 47 0 131 112 51 536 120 41
Binary 10010110 10001 100111 0 1011001 1001010 101001 101011110 1010000 100001

Color Harmonies of #961127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961127

Black with #961127

Text Example


Text Example

White with #961127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961127; }

 p { color: rgb(150,17,39); }

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

background-color css

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

 a { background-color: rgb(150,17,39); }

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

border-color css

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

 span { border-color: rgb(150,17,39); }

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