Html Css Color HEX #921327 Carmine

📋 copy color: '#921327'

red 146 ◦ green 19 ◦ blue 39

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

Shades of Carmine #921327

Tints of Carmine #921327

RGB

 RED value IS 146 (57.42% from 255) = 71.57%

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 71.57%
G = 9.31%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#921327 (or 0x921327) is known color: Carmine. HEX triplet: 92, 13 and 27. RGB value is (146,19,39). Sum of RGB (Red+Green+Blue) = 146+19+39=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #921327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921327 is #6DECD8. Grayscale: #3B3B3B. Windows color (decimal): -7204057 or 2560914. OLE color: 2560914.

HSL color Cylindrical-coordinate representation of color #921327: hue angle of 350.55º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921327 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 39 -
CMYK 0 0.87 0.73 0.43
HSL 350.55º 0.77% 0.32% -
HSV(B) 350.55º 0.87% 0.57% -
XYZ 12.45 6.72 2.56 -
YUV 59.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 146 19 39 0 0.87 0.73 0.43 350.55 0.77 0.32
Hex 92 13 27 0 57 49 2B 15F 4D 20
Octal 222 23 47 0 127 111 53 537 115 40
Binary 10010010 10011 100111 0 1010111 1001001 101011 101011111 1001101 100000

Color Harmonies of #921327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921327

Black with #921327

Text Example


Text Example

White with #921327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921327; }

 p { color: rgb(146,19,39); }

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

background-color css

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

 a { background-color: rgb(146,19,39); }

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

border-color css

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

 span { border-color: rgb(146,19,39); }

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